Skip to content

Commit

Permalink
Merge pull request #148 from cudoventures/public-testnet-v1-2-3-hotfix
Browse files Browse the repository at this point in the history
comment out authz deletion in 1.1 handler
  • Loading branch information
nbaum authored May 16, 2024
2 parents ed13616 + d3baa16 commit a111c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func setHandlerForVersion_1_1(app *App) {
app.UpgradeKeeper.SetUpgradeHandler(upgradeVersion, func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
if len(fromVM) == 0 {
fromVM = app.mm.GetVersionMap()
delete(fromVM, authz.ModuleName)
// delete(fromVM, authz.ModuleName)
delete(fromVM, GroupModuleName)
delete(fromVM, AddressBookModuleName)
delete(fromVM, MarketplaceModuleName)
Expand Down

0 comments on commit a111c01

Please sign in to comment.