Browse Source

maxDataBytes remove comment

wb/txrset
William Banfield 3 years ago
parent
commit
d102b4881e
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      internal/state/execution.go

+ 1
- 2
internal/state/execution.go 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 {


Loading…
Cancel
Save