Merge pull request #75 from rawfalafel/remove-dynasty
Remove remaining usage of dynasty
This commit is contained in:
commit
e8de9a81f3
|
@ -492,9 +492,7 @@ def on_startup(initial_validator_entries: List[Any]) -> Tuple[CrystallizedState,
|
|||
for i in range(SHARD_COUNT)
|
||||
]
|
||||
crystallized_state = CrystallizedState(
|
||||
dynasty=1,
|
||||
dynasty_seed=bytes([0] * 32), # stub
|
||||
dynasty_start_slot=0,
|
||||
validator_set_change_slot=0,
|
||||
validators=validators,
|
||||
crosslinks=crosslinks,
|
||||
last_state_recalculation_slot=0,
|
||||
|
|
Loading…
Reference in New Issue