typo in reshuffle proposer (#118)

This commit is contained in:
terence tsao 2018-11-09 02:40:21 -08:00 committed by Danny Ryan
parent b76275482d
commit 899f86adac
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ while len(crystallized_state.persistent_committee_reassignments) > 0 and crystal
committee.pop( committee.pop(
committee.index(rec.validator_index) committee.index(rec.validator_index)
) )
crystallized_state.persistent_committees[rec.shard].append(vid) crystallized_state.persistent_committees[rec.shard].append(rec.validator_index)
``` ```
### TODO ### TODO