Skip to content

Commit

Permalink
fix(upgrade): remove staking from upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored and cor committed Aug 24, 2023
1 parent d03d5cc commit e24eef3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions uniond/app/upgrades/v0_9_0/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ import (
"union/app/upgrades"

store "github.com/cosmos/cosmos-sdk/store/types"
staking "github.com/cosmos/cosmos-sdk/x/staking/types"
)

const UpgradeName = "v0.9.0"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{Added: []string{
staking.ModuleName,
}},
StoreUpgrades: store.StoreUpgrades{Added: []string{}},
}

0 comments on commit e24eef3

Please sign in to comment.