Skip to content

Commit

Permalink
Set query router for ICAHostKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Nov 7, 2024
1 parent ef9e712 commit 5e11d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ func (ak *SecretAppKeepers) InitCustomKeepers(
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
ak.ICAHostKeeper = &icaHostKeeper
ak.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())

icaHostIBCModule := icahost.NewIBCModule(*ak.ICAHostKeeper)

Expand Down

0 comments on commit 5e11d7e

Please sign in to comment.