mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 06:44:53 -05:00
Remove line repeat in activate_validator
This commit is contained in:
@@ -1317,7 +1317,6 @@ def activate_validator(state: BeaconState,
|
||||
if validator.status != PENDING_ACTIVATION:
|
||||
return
|
||||
|
||||
validator = state.validator_registry[index]
|
||||
validator.status = ACTIVE
|
||||
validator.latest_status_change_slot = state.slot
|
||||
state.validator_registry_delta_chain_tip = get_new_validator_registry_delta_chain_tip(
|
||||
|
||||
Reference in New Issue
Block a user