From a730295982e4a8af7292a9d2d6868fb30119409b Mon Sep 17 00:00:00 2001 From: terence tsao Date: Wed, 13 Feb 2019 01:40:24 +0000 Subject: [PATCH] Update 0_beacon-chain.md (#614) --- specs/core/0_beacon-chain.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 3c743207f..07fead3a3 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -919,8 +919,6 @@ def get_crosslink_committees_at_slot(state: BeaconState, ] ``` -**Note**: we plan to replace the shuffling algorithm with a pointwise-evaluable shuffle (see https://github.com/ethereum/eth2.0-specs/issues/323), which will allow calculation of the committees for each slot individually. - ### `get_block_root` ```python