Skip to content

Commit

Permalink
Upgrade handler for v0.6.2 added for upgrade test (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kornilov authored Aug 6, 2020
1 parent bbf0da0 commit 6949e70
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 @@ -263,7 +263,7 @@ func NewDnServiceApp(logger log.Logger, db dbm.DB, config *config.VMConfig, invC
)

// Upgrade handler with name matching proposal name should be registered here.
app.upgradeKeeper.SetUpgradeHandler("v0.6.1", func(ctx sdk.Context, plan upgrade.Plan) {})
app.upgradeKeeper.SetUpgradeHandler("v0.6.2", func(ctx sdk.Context, plan upgrade.Plan) {})

// VMKeeper stores VM resources and interacts with DVM.
app.vmKeeper = vm.NewKeeper(
Expand Down

0 comments on commit 6949e70

Please sign in to comment.