mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
MakePartSet takes partSize from config. fix replay test
This commit is contained in:
@ -946,7 +946,7 @@ func (cs *ConsensusState) createProposalBlock() (block *types.Block, blockParts
|
||||
},
|
||||
}
|
||||
block.FillHeader()
|
||||
blockParts = block.MakePartSet()
|
||||
blockParts = block.MakePartSet(cs.config.GetInt("block_part_size"))
|
||||
|
||||
return block, blockParts
|
||||
}
|
||||
|
Reference in New Issue
Block a user