diff --git a/specs/core/1_new_shards.md b/specs/core/1_new_shards.md index 0730882dd..70a12d218 100644 --- a/specs/core/1_new_shards.md +++ b/specs/core/1_new_shards.md @@ -494,7 +494,7 @@ def process_light_client_signatures(state: BeaconState, block: BeaconBlock) -> N ### Epoch transition ```python -def phase_1_epoch_transition(state): +def phase_1_epoch_transition(state: BeaconState) -> None: # Slowly remove validators from the "online" set if they do not show up for index in range(len(state.validators)): if state.online_countdown[index] != 0: