mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 03:24:59 -05:00
typo in reshuffle proposer (#118)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user