From 88bb7562aade08594ad1682c9f7dec717c3a6e59 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 7 Jul 2021 16:11:58 -0600 Subject: [PATCH] Update specs/altair/beacon-chain.md --- specs/altair/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index adbc693ee..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 and upgrading state to Altair. +*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: