Skip to content

Commit

Permalink
enable vote extensions for block after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Feb 4, 2025
1 parent 6aed88a commit 6185077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v021/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func CreateV021UpgradeHandler(mm *module.Manager, configurator module.Configurat
Validator: consensusParams.Validator,
Version: consensusParams.Version,
Abci: &cmtproto.ABCIParams{
VoteExtensionsEnableHeight: sdkCtx.BlockHeight(),
VoteExtensionsEnableHeight: sdkCtx.BlockHeight() + 1,
},
})
if err != nil {
Expand Down

0 comments on commit 6185077

Please sign in to comment.