Skip to content

Commit

Permalink
Update app.go for ibc-go 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Jun 20, 2024
1 parent 76ec607 commit 6b33dde
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 @@ -608,6 +608,7 @@ func New(
app.AccountKeeper, app.ScopedICAHostKeeper, pioMessageRouter, govAuthority,
)
app.ICAHostKeeper = &icaHostKeeper
app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())
icaModule := ica.NewAppModule(nil, app.ICAHostKeeper)
icaHostIBCModule := icahost.NewIBCModule(*app.ICAHostKeeper)

Expand Down

0 comments on commit 6b33dde

Please sign in to comment.