mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes
This commit is contained in:
@@ -623,11 +623,11 @@ func TestAddValidator(t *testing.T) {
|
||||
// The validation for the next block should only require 1 signature
|
||||
// (the new validator wasn't active for block0)
|
||||
precommit0 := &types.Vote{
|
||||
Height: 1,
|
||||
Round: 0,
|
||||
Type: types.VoteTypePrecommit,
|
||||
BlockHash: block0.Hash(),
|
||||
BlockParts: block0Parts.Header(),
|
||||
Height: 1,
|
||||
Round: 0,
|
||||
Type: types.VoteTypePrecommit,
|
||||
BlockHash: block0.Hash(),
|
||||
BlockPartsHeader: block0Parts.Header(),
|
||||
}
|
||||
privValidators[0].SignVote(s0.ChainID, precommit0)
|
||||
|
||||
|
Reference in New Issue
Block a user