mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
fix randao mixes type, bytes32 like in function and state spec
This commit is contained in:
parent
b1fc54a50f
commit
f137f1ce90
@ -1451,7 +1451,7 @@ def get_genesis_beacon_state(genesis_validator_deposits: List[Deposit],
|
|||||||
validator_registry_update_epoch=GENESIS_EPOCH,
|
validator_registry_update_epoch=GENESIS_EPOCH,
|
||||||
|
|
||||||
# Randomness and committees
|
# Randomness and committees
|
||||||
latest_randao_mixes=[EMPTY_SIGNATURE for _ in range(LATEST_RANDAO_MIXES_LENGTH)],
|
latest_randao_mixes=[ZERO_HASH for _ in range(LATEST_RANDAO_MIXES_LENGTH)],
|
||||||
previous_shuffling_start_shard=GENESIS_START_SHARD,
|
previous_shuffling_start_shard=GENESIS_START_SHARD,
|
||||||
current_shuffling_start_shard=GENESIS_START_SHARD,
|
current_shuffling_start_shard=GENESIS_START_SHARD,
|
||||||
previous_shuffling_epoch=GENESIS_EPOCH,
|
previous_shuffling_epoch=GENESIS_EPOCH,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user