mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-18 21:26:20 +00:00
maxDataBytes remove comment
This commit is contained in:
@@ -124,8 +124,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
|
||||
Txs: block.Txs.ToSliceOfBytes(),
|
||||
LocalLastCommit: extendedCommitInfo(localLastCommit),
|
||||
ByzantineValidators: block.Evidence.ToABCI(),
|
||||
// TODO:(wbanfield) ensure that this maxBytes is the correct value to pass through.
|
||||
MaxTxBytes: maxDataBytes,
|
||||
MaxTxBytes: maxDataBytes,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user