Skip to content

Commit

Permalink
Fix upgrade handler
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Jun 30, 2022
1 parent 1ffb082 commit 776f64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Upgrade103 = "1.0.3beta"
const Upgrade104 = "1.0.4beta"

// 1.0.5beta
const Upgrade105 = "1.0.5beta"
const Upgrade105 = "1.0.5beta upgrade"

func (app App) RegisterUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler(IgniteCLIRemovalUpgradeHandler, func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit 776f64e

Please sign in to comment.