From 9cf4f0c86e0d2471ae864bd7c3c7d51f3d04536a Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Sun, 4 Nov 2018 19:15:17 +0300 Subject: [PATCH] remove unused variable --- specs/beacon-chain.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index 6c967a8e4..a3fa31a91 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -404,7 +404,6 @@ def get_new_shuffling(seed: Hash32, validators: List[ValidatorRecord], crosslinking_start_shard: int) -> List[List[ShardAndCommittee]]: active_validators = get_active_validator_indices(validators) - active_validators_size = len(active_validators) committees_per_slot = clamp( 1,