From 00f7554ec4356e48fae51f61db51735c280aeab1 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 20 Nov 2018 11:18:58 +0900 Subject: [PATCH] Remove justified_streak --- specs/core/0_beacon-chain.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 6ee2f1fbb..a0d689644 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -618,7 +618,6 @@ def on_startup(initial_validator_entries: List[Any], genesis_time: uint64, pow_h last_state_recalculation_slot=0, last_finalized_slot=0, last_justified_slot=0, - justified_streak=0, shard_and_committee_for_slots=x + x, persistent_committees=split(shuffle(validators, bytes([0] * 32)), SHARD_COUNT), persistent_committee_reassignments=[], @@ -756,7 +755,6 @@ def on_startup(initial_validator_entries: List[Any]) -> BeaconState: last_state_recalculation_slot=0, last_finalized_slot=0, last_justified_slot=0, - justified_streak=0, shard_and_committee_for_slots=x + x, persistent_committees=split(shuffle(validators, bytes([0] * 32)), SHARD_COUNT), persistent_committee_reassignments=[],