EIP-4844: fix a typo (#2898)
This commit is contained in:
parent
f74f3c37ad
commit
a3128b8c57
|
@ -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]`
|
||||
|
|
Loading…
Reference in New Issue