From 4baa13050e35e2d3314e7f16ffc48be535bf7530 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 16 Feb 2019 21:13:46 +0000 Subject: [PATCH] Update 0_beacon-chain.md --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 832b8e523d..3a26c85241 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -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