From bf13757722654017d3874b57bc3ed7a42fe01dcf Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 5 Nov 2019 12:16:25 -0800 Subject: [PATCH] Update specs/core/1_new_shards.md Co-Authored-By: Hsiao-Wei Wang --- specs/core/1_new_shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/1_new_shards.md b/specs/core/1_new_shards.md index 99cf82ce4..4ee502585 100644 --- a/specs/core/1_new_shards.md +++ b/specs/core/1_new_shards.md @@ -464,7 +464,7 @@ def misc_block_post_process(state: BeaconState, block: BeaconBlock) -> None: assert block.shard_transition[shard] == ShardTransition() for pending_attestation in state.current_epoch_attestations + state.previous_epoch_attestations: for index in get_attesting_indices(state, pending_attestation.data, pending_attestation.aggregation_bits): - online_countdown[index] = ONLINE_PERIOD + state.online_countdown[index] = ONLINE_PERIOD ``` ### Light client processing