mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 03:24:59 -05:00
add validator_change_slot to startup init vars
This commit is contained in:
@@ -492,6 +492,7 @@ def on_startup(initial_validator_entries: List[Any]) -> Tuple[CrystallizedState,
|
||||
for i in range(SHARD_COUNT)
|
||||
]
|
||||
crystallized_state = CrystallizedState(
|
||||
validator_set_change_slot=0,
|
||||
validators=validators,
|
||||
crosslinks=crosslinks,
|
||||
last_state_recalculation_slot=0,
|
||||
|
||||
Reference in New Issue
Block a user