mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 08:24:55 -05:00
Update specs/altair/beacon-chain.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user