Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
woof-chihuahua committed Sep 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 36aef9c commit f848ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
@@ -832,8 +832,8 @@ func New(
if upgradeInfo.Name == UpgradeName && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {
storeUpgrades := storetypes.StoreUpgrades{
Added: []string{
alliancemoduletypes.StoreKey,
ibchookstypes.StoreKey,
//alliancemoduletypes.StoreKey,
//ibchookstypes.StoreKey,
},
}

0 comments on commit f848ba3

Please sign in to comment.