Skip to content

Commit 2cb475e

Browse files
committed
fix: clarify fetching txs missing from mempool from peers
1 parent 3190f8c commit 2cb475e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CIP-0164/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -912,11 +912,11 @@ parameter, as such forks cannot affect chain selection decisions. EBs are
912912
forwarded before complete validity checks are performed.
913913

914914
<a id="transaction-retrieval" href="#transaction-retrieval"></a>**Transaction
915-
Retrieval**: Nodes check transaction availability for the EB and fetch any
916-
missing transactions from peers (steps 6a and 7a). Once all transactions are
917-
available, nodes can serve EBs to downstream peers (step 7). This guarantees
918-
that when a node announces an EB its downstream peers can trust it has all EB
919-
transactions available.
915+
Retrieval**: Nodes check their local mempool for the transactions referenced by
916+
an EB and fetch any missing ones from peers (steps 6a and 7a). Once a node has
917+
successfully secured all of the referenced transactions, it can serve the EB to
918+
its downstream peers (step 7). This guarantees that when a peer receives an EB
919+
from it, all the referenced transaction data is already available at the source.
920920

921921
<a id="eb-transaction-validation" href="#eb-transaction-validation"></a>**Transaction
922922
Validation**: As endorsed transactions become available, nodes validate them in

0 commit comments

Comments
 (0)