Skip to content

Commit

Permalink
Remove the Added module list from the ochre-rc2 upgrade plan since th…
Browse files Browse the repository at this point in the history
…ose were added with ochre-rc1. (#1240)
  • Loading branch information
SpicyLemon authored Nov 22, 2022
1 parent f157dca commit f7cb885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var handlers = map[string]appUpgrade{
},
},
"ochre-rc2": { // upgrade for 1.13.0-rc5
Added: []string{group.ModuleName, rewardtypes.ModuleName, icacontrollertypes.StoreKey, icahosttypes.StoreKey},
Handler: func(ctx sdk.Context, app *App, plan upgradetypes.Plan) (module.VersionMap, error) {
versionMap := app.UpgradeKeeper.GetModuleVersionMap(ctx)

Expand Down

0 comments on commit f7cb885

Please sign in to comment.