Skip to content

Commit e24eef3

Browse files
PoisonPhangcor
authored andcommitted
fix(upgrade): remove staking from upgrade
1 parent d03d5cc commit e24eef3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

uniond/app/upgrades/v0_9_0/constants.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ import (
44
"union/app/upgrades"
55

66
store "github.com/cosmos/cosmos-sdk/store/types"
7-
staking "github.com/cosmos/cosmos-sdk/x/staking/types"
87
)
98

109
const UpgradeName = "v0.9.0"
1110

1211
var Upgrade = upgrades.Upgrade{
1312
UpgradeName: UpgradeName,
1413
CreateUpgradeHandler: CreateUpgradeHandler,
15-
StoreUpgrades: store.StoreUpgrades{Added: []string{
16-
staking.ModuleName,
17-
}},
14+
StoreUpgrades: store.StoreUpgrades{Added: []string{}},
1815
}

0 commit comments

Comments
 (0)