We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376ab85 commit 1111237Copy full SHA for 1111237
specs/_features/eip7594/fork-choice.md
@@ -27,7 +27,7 @@ This is the modification of the fork choice accompanying EIP-7594.
27
def is_data_available(beacon_block_root: Root) -> bool:
28
# `retrieve_column_sidecars` is implementation and context dependent, replacing
29
# `retrieve_blobs_and_proofs`. For the given block root, it returns all column
30
- # sidecars to custody, or raises an exception if they are not available.
+ # sidecars to sample, or raises an exception if they are not available.
31
# The p2p network does not guarantee sidecar retrieval outside of
32
# `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` epochs.
33
column_sidecars = retrieve_column_sidecars(beacon_block_root)
0 commit comments