We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cf0a1 commit c73ccaeCopy full SHA for c73ccae
caps/eth.md
@@ -401,7 +401,9 @@ of transactions, but note that it is encoded as three separate elements.
401
402
The `txtypes` element is a byte array containing the announced [transaction types].
403
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.
+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.
407
408
The recommended soft limit for this message is 4096 hashes (~150 KiB).
409
0 commit comments