Skip to content

Commit

Permalink
fix: null ScopedWasmKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Mar 25, 2024
1 parent d6f2274 commit 63f35d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ func NewMigalooApp(
app.IBCFeeKeeper, // ISC4 Wrapper: fee IBC middleware
app.IBCKeeper.ChannelKeeper,
&app.IBCKeeper.PortKeeper,
app.ScopedWasmKeeper,
scopedWasmKeeper,
app.TransferKeeper,
bApp.MsgServiceRouter(),
bApp.GRPCQueryRouter(),
Expand Down

0 comments on commit 63f35d8

Please sign in to comment.