Skip to content

Commit

Permalink
Rename upgrade plan to musselnet-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jan 7, 2021
1 parent f691528 commit 613e645
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 @@ -649,7 +649,7 @@ func initParamsKeeper(appCodec codec.BinaryMarshaler, legacyAmino *codec.LegacyA
}

func (app *WasmApp) registerUpgradePlans() {
app.upgradeKeeper.SetUpgradeHandler("v0.13.1", func(ctx sdk.Context, plan upgradetypes.Plan) {
app.upgradeKeeper.SetUpgradeHandler("musselnet-v2", func(ctx sdk.Context, plan upgradetypes.Plan) {
// do nothing
})
}

0 comments on commit 613e645

Please sign in to comment.