Skip to content

Commit 6949e70

Browse files
author
Mikhail Kornilov
authored
Upgrade handler for v0.6.2 added for upgrade test (#187)
1 parent bbf0da0 commit 6949e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ func NewDnServiceApp(logger log.Logger, db dbm.DB, config *config.VMConfig, invC
263263
)
264264

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

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

0 commit comments

Comments
 (0)