EIP-4844: fix a typo (#2898)

This commit is contained in:
Murphy Law
2022-05-31 10:40:06 -04:00
committed by GitHub
parent f74f3c37ad
commit a3128b8c57

View File

@@ -204,7 +204,7 @@ correct w.r.t. the expected KZG commitments through `verify_blobs_sidecar`.
The request MUST be encoded as an SSZ-container.
The response MUST consist of zero or more `response_chunk`.
Each _successful_ `response_chunk` MUST contain a single `SignedBlobsSidecar` payload.
Each _successful_ `response_chunk` MUST contain a single `BlobsSidecar` payload.
Clients MUST keep a record of signed blobs sidecars seen on the epoch range
`[max(GENESIS_EPOCH, current_epoch - MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS), current_epoch]`