File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -392,13 +392,11 @@ of the sending node.
392
392
393
393
### Transactions (0x02)
394
394
395
- ` [[ tx₁, tx₂, ...], custodyids: B ] `
395
+ ` [tx₁, tx₂, ...] `
396
396
397
397
Specify transactions that the peer should make sure is included on its transaction queue.
398
398
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
402
400
Transactions messages are discouraged and may lead to disconnection.
403
401
404
402
Nodes must not resend the same transaction to a peer in the same session and must not
You can’t perform that action at this time.
0 commit comments