Skip to content

Commit

Permalink
moneta patch handler -> lupercalia handler (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-frey authored Jan 28, 2022
1 parent 4b7a828 commit 05d3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ func (app *App) RegisterTendermintService(clientCtx client.Context) {

// RegisterUpgradeHandlers returns upgrade handlers
func (app *App) RegisterUpgradeHandlers(cfg module.Configurator) {
app.UpgradeKeeper.SetUpgradeHandler("moneta-patch", func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
app.UpgradeKeeper.SetUpgradeHandler("lupercalia", func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
return app.mm.RunMigrations(ctx, cfg, vm)
})
}
Expand Down

0 comments on commit 05d3b7b

Please sign in to comment.