maxDataBytes remove comment

This commit is contained in:
William Banfield
2022-03-08 17:37:21 -05:00
parent 428efab53f
commit d102b4881e
+1 -2
View File
@@ -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 {