diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 56a02eca4..d18e8137c 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -880,7 +880,7 @@ def get_shuffling(seed: Hash32, ) # Shuffle - seed = xor(randao_mix, hash(slot)) + seed = xor(randao_mix, bytes32(slot)) shuffled_active_validator_indices = shuffle(active_validator_indices, seed) # Split the shuffled list into epoch_length pieces