Skip to content

Commit

Permalink
dont remove store
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Jun 27, 2024
1 parent 30b6d33 commit cd35558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ func (app *Quicksilver) setUpgradeStoreLoaders() {
storeUpgrades = &storetypes.StoreUpgrades{
Deleted: []string{wasmModuleName, tfModuleName},
}
case upgrades.V010601UpgradeName:
/*case upgrades.V010601UpgradeName:
storeUpgrades = &storetypes.StoreUpgrades{
Deleted: []string{wasmModuleName, tfModuleName},
}
}*/
default:
// no-op
}
Expand Down

0 comments on commit cd35558

Please sign in to comment.