Skip to content

Commit

Permalink
add consensus in upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
colmazia committed Oct 4, 2023
1 parent a8df141 commit 0904069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/upgrades/v2_6/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
"github.com/cosmos/cosmos-sdk/x/authz"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
consensusparamtypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
"github.com/cosmos/cosmos-sdk/x/feegrant"
govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
Expand All @@ -24,7 +25,7 @@ var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: storetypes.StoreUpgrades{
Added: []string{group.StoreKey, globalfeetypes.StoreKey},
Added: []string{group.StoreKey, globalfeetypes.StoreKey, consensusparamtypes.StoreKey},
},
}

Expand Down

0 comments on commit 0904069

Please sign in to comment.