Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vvaradinov committed Apr 23, 2023
1 parent 4e45ebd commit f7a957b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/distribution/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func (AppModule) QuerierRoute() string {
// RegisterServices registers module services.
func (am AppModule) RegisterServices(cfg module.Configurator) {
types.RegisterMsgServer(cfg.MsgServer(), keeper.NewMsgServerImpl(am.keeper))
types.RegisterQueryServer(cfg.QueryServer(), am.keeper)
types.RegisterQueryServer(cfg.QueryServer(), keeper.NewQuerier(am.keeper))

m := keeper.NewMigrator(am.keeper)
Expand Down

0 comments on commit f7a957b

Please sign in to comment.