Skip to content

Commit

Permalink
Add upgrade handler (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcse authored Mar 1, 2021
1 parent 6b355aa commit d691f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/experimental_appconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func setCustomModules(app *RegenApp, interfaceRegistry types.InterfaceRegistry)
}

func (app *RegenApp) registerUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler("Gir", func(ctx sdk.Context, plan upgradetypes.Plan) {
app.UpgradeKeeper.SetUpgradeHandler("Mau", func(ctx sdk.Context, plan upgradetypes.Plan) {
// no-op handler, does nothing
})
}

0 comments on commit d691f09

Please sign in to comment.