Remove justified_streak

This commit is contained in:
Hsiao-Wei Wang 2018-11-20 11:18:58 +09:00
parent 2fead870ad
commit 00f7554ec4
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 0 additions and 2 deletions

View File

@ -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=[],