Skip to content

Commit

Permalink
chore: remove dup query router registration
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Jul 5, 2024
1 parent 188f748 commit f9090bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ func NewMigalooApp(
app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper,
app.AccountKeeper, scopedICAHostKeeper, app.MsgServiceRouter(),
)
app.ICAHostKeeper.WithQueryRouter(app.BaseApp.GRPCQueryRouter())

icaModule := ica.NewAppModule(nil, &app.ICAHostKeeper)
app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())
Expand Down

0 comments on commit f9090bf

Please sign in to comment.