mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 20:35:11 -05:00
Remove line repeat in initiate_validator_exit
This commit is contained in:
@@ -1338,7 +1338,6 @@ def initiate_validator_exit(state: BeaconState,
|
||||
if validator.status != ACTIVE:
|
||||
return
|
||||
|
||||
validator = state.validator_registry[index]
|
||||
validator.status = ACTIVE_PENDING_EXIT
|
||||
validator.latest_status_change_slot = state.slot
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user