William Banfield
3 years ago
No known key found for this signature in database
GPG Key ID: EFAD3442BF29E3AC
1 changed files with
1 additions and
1 deletions
-
internal/state/execution.go
|
|
@ -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 |
|
|
|
} |
|
|
|
|
|
|
|