update shard committees in get_shuffling

This commit is contained in:
terence tsao 2019-01-14 21:07:36 -08:00 committed by GitHub
parent 134ef6d252
commit aa990eb10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -881,7 +881,7 @@ def get_shuffling(seed: Hash32,
validators: List[ValidatorRecord],
slot: int) -> List[List[int]]
"""
Shuffles ``validators`` into shard committees seeded by ``seed`` and ``slot``.
Shuffles ``validators`` into crosslink committees seeded by ``seed`` and ``slot``.
Returns a list of ``EPOCH_LENGTH * committees_per_slot`` committees where each
committee is itself a list of validator indices.
"""