mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-16 21:54:37 +00:00
Remove index_count
This commit is contained in:
parent
f1931c030f
commit
cf59c303f0
@ -668,7 +668,6 @@ def shuffle_index(index: ValidatorIndex, index_count: uint64, seed: Hash) -> Val
|
||||
Return the shuffled validator index corresponding to ``seed`` (and ``index_count``).
|
||||
"""
|
||||
assert index < index_count
|
||||
assert index_count <= 2**40
|
||||
|
||||
# Swap or not (https://link.springer.com/content/pdf/10.1007%2F978-3-642-32009-5_1.pdf)
|
||||
# See the 'generalized domain' algorithm on page 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user