Remove extraneous latest_vdf_outputs
This commit is contained in:
parent
8040044f69
commit
014016cf3c
|
@ -1413,7 +1413,6 @@ def get_initial_beacon_state(initial_validator_deposits: List[Deposit],
|
|||
|
||||
# Randomness and committees
|
||||
latest_randao_mixes=[ZERO_HASH for _ in range(LATEST_RANDAO_MIXES_LENGTH)],
|
||||
latest_vdf_outputs=[ZERO_HASH for _ in range(LATEST_RANDAO_MIXES_LENGTH // EPOCH_LENGTH)],
|
||||
previous_epoch_start_shard=GENESIS_START_SHARD,
|
||||
current_epoch_start_shard=GENESIS_START_SHARD,
|
||||
previous_calculation_epoch=GENESIS_EPOCH,
|
||||
|
|
Loading…
Reference in New Issue