File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -912,11 +912,11 @@ parameter, as such forks cannot affect chain selection decisions. EBs are
912912forwarded 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
922922Validation** : As endorsed transactions become available, nodes validate them in
You can’t perform that action at this time.
0 commit comments