Skip to content

Commit

Permalink
fix the build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed May 16, 2024
1 parent 6ab447c commit f42efd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ func New(
app.AccountKeeper, scopedICAHostKeeper, app.MsgServiceRouter(),
)

app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())

// UIbcQuotaKeeper implements ibcporttypes.ICS4Wrapper
app.UIbcQuotaKeeperB = uibcquota.NewBuilder(
appCodec, keys[uibc.StoreKey],
Expand Down

0 comments on commit f42efd9

Please sign in to comment.