mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 20:11:08 +00:00
use block.Txs
This commit is contained in:
@@ -141,7 +141,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
|
||||
panic(err)
|
||||
}
|
||||
|
||||
if err := rpp.Validate(maxDataBytes, txs.ToSliceOfBytes()); err != nil {
|
||||
if err := rpp.Validate(maxDataBytes, block.Txs.ToSliceOfBytes()); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user