Skip to content

Commit

Permalink
Update upgrades.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Sep 12, 2024
1 parent 81303da commit 28d4692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v20/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func CreateUpgradeHandler(
// Some fields were set to nil values instead of zero values, which causes a panic during Txs to modify the params.
// Context:
// - https://github.com/cosmos/cosmos-sdk/issues/21483
// - https://github.com/cosmos/cosmos-sdk/pull/21484/
// - https://github.com/cosmos/cosmos-sdk/pull/21484
func InitializeConsensusParamVersion(ctx sdk.Context, consensusKeeper consensusparamkeeper.Keeper) error {
params, err := consensusKeeper.ParamsStore.Get(ctx)
if err != nil {
Expand Down

0 comments on commit 28d4692

Please sign in to comment.