diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index 3bd82aec8..a8d7fd8ef 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -278,7 +278,7 @@ def get_next_sync_committee_indices(state: BeaconState) -> Sequence[ValidatorInd #### `get_next_sync_committee` -*Note*: The function `get_next_sync_committee` should only be called at sync committee period boundaries. +*Note*: The function `get_next_sync_committee` should only be called at sync committee period boundaries and when [upgrading state to Altair](./fork.md#upgrading-the-state). ```python def get_next_sync_committee(state: BeaconState) -> SyncCommittee: