Skip to content

Commit

Permalink
Merge pull request #713 from protolambda/protolambda-fix-randao-mixes
Browse files Browse the repository at this point in the history
fix randao mixes type, bytes32 like in function and state spec
  • Loading branch information
hwwhww authored Mar 3, 2019
2 parents cefe9e9 + f137f1c commit c9a6215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ def get_genesis_beacon_state(genesis_validator_deposits: List[Deposit],
validator_registry_update_epoch=GENESIS_EPOCH,

# 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,
current_shuffling_start_shard=GENESIS_START_SHARD,
previous_shuffling_epoch=GENESIS_EPOCH,
Expand Down

0 comments on commit c9a6215

Please sign in to comment.