mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 11:54:57 -05:00
amend
This commit is contained in:
@@ -774,7 +774,6 @@ def get_shuffling(seed: Bytes32,
|
||||
committees_per_epoch = get_epoch_committee_count(len(active_validator_indices))
|
||||
|
||||
# Shuffle
|
||||
shuffled_indices = shuffle(len(active_validator_indices), seed)
|
||||
shuffled_active_validator_indices = [
|
||||
active_validator_indices[i]
|
||||
for i in shuffle(len(active_validator_indices), seed)
|
||||
|
||||
Reference in New Issue
Block a user