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