Skip to content

Commit de798d8

Browse files
committed
caps/eth.md: fix tx size RLP type in NewPooledTransactionHashes
1 parent 1404303 commit de798d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caps/eth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ block.
392392

393393
### NewPooledTransactionHashes (0x08)
394394

395-
`[[txtype₁: P, txtype₂: P, ...], [txsize₁: B_4, txsize₂: B_4, ...], [txhash₁: B_32, txhash₂: B_32, ...]]`
395+
`[[txtype₁: P, txtype₂: P, ...], [txsize₁: P, txsize₂: P, ...], [txhash₁: B_32, txhash₂: B_32, ...]]`
396396

397397
This message announces one or more transactions that have appeared in the network and
398398
which have not yet been included in a block. Note that the message payload contains three

0 commit comments

Comments
 (0)