Skip to content

Commit c73ccae

Browse files
authored
caps/eth.md: clarify size in NewPooledTransactionHashes (#251)
1 parent 76cf0a1 commit c73ccae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

caps/eth.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,9 @@ of transactions, but note that it is encoded as three separate elements.
401401

402402
The `txtypes` element is a byte array containing the announced [transaction types].
403403
The other two payload elements refer to the sizes and hashes of the announced transactions.
404-
All three payload elements must contain an equal number of items.
404+
Size refers to the length of the 'consensus encoding' of a typed transaction (i.e. the bytes
405+
without rlp header for typed transactions, and with header for legacy transactions). All
406+
three payload elements must contain an equal number of items.
405407

406408
The recommended soft limit for this message is 4096 hashes (~150 KiB).
407409

0 commit comments

Comments
 (0)