Skip to content

Commit 4f29887

Browse files
committed
fix: restore Transactions msg spec
1 parent 556cc66 commit 4f29887

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

caps/eth.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,13 +392,11 @@ of the sending node.
392392

393393
### Transactions (0x02)
394394

395-
`[[tx₁, tx₂, ...], custodyids: B]`
395+
`[tx₁, tx₂, ...]`
396396

397397
Specify transactions that the peer should make sure is included on its transaction queue.
398398
The items in the list are transactions in the format described in the main Ethereum
399-
specification. The custodyids element is a bitmap representing which cell IDs in transaction
400-
payloads are stored by the sending peer, with each stored cell’s index marked as 1.
401-
Transactions messages must contain at least one (new) transaction, empty
399+
specification. Transactions messages must contain at least one (new) transaction, empty
402400
Transactions messages are discouraged and may lead to disconnection.
403401

404402
Nodes must not resend the same transaction to a peer in the same session and must not

0 commit comments

Comments
 (0)