diff --git a/internal/state/execution.go b/internal/state/execution.go index 0cfbc8e0e..9016965f5 100644 --- a/internal/state/execution.go +++ b/internal/state/execution.go @@ -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 {