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],
|
validators: List[Validator],
|
||||||
epoch: Epoch) -> List[List[ValidatorIndex]]
|
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).
|
Return a list of committees (each a list of validator indices).
|
||||||
"""
|
"""
|
||||||
# Shuffle active validator indices
|
# Shuffle active validator indices
|
||||||
|
|
Loading…
Reference in New Issue