Skip to content

Commit

Permalink
chg: update VEHeight to 100 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Sep 20, 2024
1 parent 016da82 commit d6897d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testutil/sims/app_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ var DefaultConsensusParams = &cmtproto.ConsensusParams{
},
},
Abci: &cmtproto.ABCIParams{
VoteExtensionsEnableHeight: 1,
// returning a fixed non-nil value, set it to 100, and used for testing. In reality, it'll be the Heimdall v1 final height +1
VoteExtensionsEnableHeight: 100,
},
}

Expand Down

0 comments on commit d6897d2

Please sign in to comment.