mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-04 23:04:55 +00:00
Update 0_beacon-chain.md
This commit is contained in:
parent
1d95c1482c
commit
4baa13050e
@ -795,7 +795,7 @@ def get_shuffling(seed: Bytes32,
|
||||
validators: List[Validator],
|
||||
epoch: Epoch) -> List[List[ValidatorIndex]]
|
||||
"""
|
||||
Shuffle (seeded by ``seed`` and ``epoch``) active validators and split into crosslink committees.
|
||||
Shuffle active validators and split into crosslink committees.
|
||||
Return a list of committees (each a list of validator indices).
|
||||
"""
|
||||
# Shuffle active validator indices
|
||||
|
Loading…
x
Reference in New Issue
Block a user