Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-02-16 21:13:46 +00:00 committed by GitHub
parent 1d95c1482c
commit 4baa13050e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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