diff --git a/app.go b/app.go index e13a361b8af..b7bf89cb7a7 100644 --- a/app.go +++ b/app.go @@ -304,6 +304,7 @@ func NewSimApp( app.mm.RegisterInvariants(&app.CrisisKeeper) app.mm.RegisterRoutes(app.Router(), app.QueryRouter()) + app.mm.RegisterQueryServices(app.GRPCQueryRouter()) // create the simulation manager and define the order of the modules for deterministic simulations //