From 2fc68c451e8168b2c2cc85182e77e41550c15302 Mon Sep 17 00:00:00 2001 From: dankrad Date: Thu, 6 May 2021 22:55:55 +0100 Subject: [PATCH] Update specs/altair/beacon-chain.md Co-authored-by: Alex Stokes --- specs/altair/beacon-chain.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index f559a55ef..f21584f30 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -263,8 +263,7 @@ def has_flag(flags: ParticipationFlags, flag_index: int) -> bool: ```python def get_sync_committee_indices(state: BeaconState, epoch: Epoch) -> Sequence[ValidatorIndex]: """ - Return the sequence of sync committee indices - for a given ``state`` and ``epoch``. + Return the sequence of sync committee indices for a given ``state`` and ``epoch``. Can contain duplicate indices for small validator sets (< 2 * SYNC_COMMITTEE_SIZE) """ MAX_RANDOM_BYTE = 2**8 - 1