Remove justified_streak
This commit is contained in:
parent
2fead870ad
commit
00f7554ec4
|
@ -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=[],
|
||||
|
|
Loading…
Reference in New Issue