feat: store migration setup (#794)

* feat: store migration setup

* comment

* changelog
This commit is contained in:
Federico Kunze Küllmer
2021-11-29 16:46:20 +01:00
committed by GitHub
parent bfe059e43e
commit 841c93cd65
6 changed files with 34 additions and 4 deletions
+2
View File
@@ -116,6 +116,8 @@ func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) {}
// module-specific GRPC queries.
func (am AppModule) RegisterServices(cfg module.Configurator) {
types.RegisterQueryServer(cfg.QueryServer(), am.keeper)
_ = keeper.NewMigrator(am.keeper)
}
// Route returns the message routing key for the fee market module.