Update specs/altair/beacon-chain.md

Co-authored-by: dankrad <dankrad@ethereum.org>
This commit is contained in:
Danny Ryan 2021-05-12 12:18:35 -06:00 committed by GitHub
parent 6371707779
commit 5188671816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ def has_flag(flags: ParticipationFlags, flag_index: int) -> bool:
def get_sync_committee_indices(state: BeaconState, epoch: Epoch) -> Sequence[ValidatorIndex]:
"""
Return the sequence of sync committee indices for a given ``state`` and ``epoch``.
Note: Committee can contain duplicate indices for small validator sets (< 2 * SYNC_COMMITTEE_SIZE)
Note: Committee can contain duplicate indices for small validator sets (< SYNC_COMMITTEE_SIZE + 128)
Note: This function is not stable during a sync committee period as
a validator's effective balance may change enough to affect the sampling.