Add RegisterQueryService to AppModule (#6336)
* Add RegisterQueryService to AppModule * Update CHANGELOG.md * Update CHANGELOG.md * Wire up BaseApp, fix tests * Add mock test * add missing file * Update types/module/module.go * Update CHANGELOG.md Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Alexander Bezobchuk
mergify[bot]
parent
7eeb086d3a
commit
43947ca2ef
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user