Skip to content

Commit

Permalink
Remove icacontroller store from upgrade handler for archive node
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Jan 15, 2025
1 parent 62963d5 commit 24c1806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1.15/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var Upgrade = upgrades.Upgrade{
CreateUpgradeHandler: createUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{
icacontrollertypes.StoreKey,
// icacontrollertypes.StoreKey,
consensusparamtypes.StoreKey,
crisistypes.StoreKey,
},
Expand Down

0 comments on commit 24c1806

Please sign in to comment.