Skip to content

Commit 1111237

Browse files
committed
fix function comment
1 parent 376ab85 commit 1111237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/_features/eip7594/fork-choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is the modification of the fork choice accompanying EIP-7594.
2727
def is_data_available(beacon_block_root: Root) -> bool:
2828
# `retrieve_column_sidecars` is implementation and context dependent, replacing
2929
# `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.
30+
# sidecars to sample, or raises an exception if they are not available.
3131
# The p2p network does not guarantee sidecar retrieval outside of
3232
# `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` epochs.
3333
column_sidecars = retrieve_column_sidecars(beacon_block_root)

0 commit comments

Comments
 (0)