From 899f86adacf1042e5c7b66ec8a97ee5479af9db2 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Fri, 9 Nov 2018 02:40:21 -0800 Subject: [PATCH] typo in reshuffle proposer (#118) --- specs/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index 32ce5c44a..ca0bf4471 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -867,7 +867,7 @@ while len(crystallized_state.persistent_committee_reassignments) > 0 and crystal committee.pop( committee.index(rec.validator_index) ) - crystallized_state.persistent_committees[rec.shard].append(vid) + crystallized_state.persistent_committees[rec.shard].append(rec.validator_index) ``` ### TODO