Skip to content

Commit

Permalink
4844: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: dankrad <[email protected]>
  • Loading branch information
lightclient and dankrad authored May 16, 2023
1 parent ea26b2b commit 0cd2101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ The node MUST validate `blob_tx_payload` and verify the wrapped data against it.
- The KZG commitments match the blob contents. (Note: this can be optimized using `blob_kzg_proofs`, with a proof for a
random evaluation at a point derived from the commitment and blob data for each blob)

For body retreival responses (`BlockBodies`), the standard EIP-2718 blob transaction `TransactionPayload` is used.
For body retrieval responses (`BlockBodies`), the standard EIP-2718 blob transaction `TransactionPayload` is used.

Nodes MUST NOT automatically broadcast blob transactions to their peers.
Instead, those transactions are only announced using `NewPooledTransactionHashes` messages, and can then be manually requested via `GetPooledTransactions`.
Expand Down

0 comments on commit 0cd2101

Please sign in to comment.