Skip to content

Commit

Permalink
chore: remove pfm store upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Sep 11, 2023
1 parent db0ec50 commit b449d0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/upgrades/v1_4/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import (
consensusTypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
// Crisis
crisisTypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
// PFM
pfmTypes "github.com/strangelove-ventures/packet-forward-middleware/v7/router/types"

// Upgrade
upgradeTypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
)
Expand All @@ -18,7 +17,6 @@ func CreateStoreLoader(upgradeHeight int64) baseapp.StoreLoader {
storeUpgrades := storeTypes.StoreUpgrades{
Added: []string{
consensusTypes.StoreKey, crisisTypes.StoreKey,
pfmTypes.StoreKey,
},
}

Expand Down

0 comments on commit b449d0b

Please sign in to comment.