mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 10:54:47 +00:00
fix call to hash (from Hash32)
This commit is contained in:
parent
f6453a7455
commit
fff0989b8c
@ -880,7 +880,7 @@ def get_shuffling(seed: Hash32,
|
||||
)
|
||||
|
||||
# Shuffle
|
||||
seed = xor(randao_mix, Hash32(slot))
|
||||
seed = xor(randao_mix, hash(slot))
|
||||
shuffled_active_validator_indices = shuffle(active_validator_indices, seed)
|
||||
|
||||
# Split the shuffled list into epoch_length pieces
|
||||
|
Loading…
x
Reference in New Issue
Block a user