Skip to content

Commit

Permalink
Register migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcherbakov committed Aug 14, 2024
1 parent a14b644 commit 48986cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/dclauth/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func (am AppModule) RegisterServices(cfg module.Configurator) {
types.RegisterMsgServer(cfg.MsgServer(), keeper.NewMsgServerImpl(am.keeper))
types.RegisterQueryServer(cfg.QueryServer(), am.keeper)
basetypes.RegisterQueryServer(cfg.QueryServer(), am.basekeeper)
_ = cfg.RegisterMigration(types.ModuleName, 1, func(s sdk.Context) error { return nil })
}

// RegisterInvariants registers the dclauth module's invariants.
Expand Down

0 comments on commit 48986cf

Please sign in to comment.