Skip to content

Commit

Permalink
Start removing HybridCodec (init + auth, bank, distribution) (cosmos#…
Browse files Browse the repository at this point in the history
…6838)

* Start to remove HybridCodec

* Rename

* Fixes

* Test fixes

* Cleanup
  • Loading branch information
aaronc authored Jul 24, 2020
1 parent f66cc54 commit 30c147c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func NewSimApp(
)

app.mm.RegisterInvariants(&app.CrisisKeeper)
app.mm.RegisterRoutes(app.Router(), app.QueryRouter())
app.mm.RegisterRoutes(app.Router(), app.QueryRouter(), codec.NewAminoCodec(encodingConfig.Amino))
app.mm.RegisterQueryServices(app.GRPCQueryRouter())

// add test gRPC service for testing gRPC queries in isolation
Expand Down

0 comments on commit 30c147c

Please sign in to comment.