From 6f31077afa40e9cc1bacfa3f3068bc19439d6742 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Wed, 7 Jul 2021 10:42:52 -0700 Subject: [PATCH] Update `get_next_sync_committee` notes --- 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 3bd82aec8..adbc693ee 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 upgrading state to Altair. ```python def get_next_sync_committee(state: BeaconState) -> SyncCommittee: