Skip to content

Commit

Permalink
fix miss query router
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jul 5, 2024
1 parent 7bf89ae commit 4fc56ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ func NewMigalooApp(
app.AccountKeeper, scopedICAHostKeeper, app.MsgServiceRouter(),
)
icaModule := ica.NewAppModule(nil, &app.ICAHostKeeper)
app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())

app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper(
appCodec,
Expand Down

0 comments on commit 4fc56ef

Please sign in to comment.