Update 0_beacon-chain.md (#654)

This commit is contained in:
terence tsao 2019-02-19 09:49:37 -08:00 committed by Justin
parent 00aa553fee
commit a3d85c8405
1 changed files with 1 additions and 1 deletions

View File

@ -1460,7 +1460,7 @@ def get_genesis_beacon_state(genesis_validator_deposits: List[Deposit],
validator_registry_update_epoch=GENESIS_EPOCH,
# Randomness and committees
latest_randao_mixes=[ZERO_HASH for _ in range(LATEST_RANDAO_MIXES_LENGTH)],
latest_randao_mixes=[EMPTY_SIGNATURE for _ in range(LATEST_RANDAO_MIXES_LENGTH)],
previous_shuffling_start_shard=GENESIS_START_SHARD,
current_shuffling_start_shard=GENESIS_START_SHARD,
previous_shuffling_epoch=GENESIS_EPOCH,