mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-26 01:05:15 +00:00
Removed Secondary Sort Condition
This commit is contained in:
parent
21262499d7
commit
8ff66f896d
@ -134,7 +134,6 @@ def upgrade_to_eip7251(pre: deneb.BeaconState) -> BeaconState:
|
||||
if validator.activation_epoch == FAR_FUTURE_EPOCH
|
||||
], key=lambda index: (
|
||||
post.validators[index].activation_eligibility_epoch,
|
||||
post.validators[index].effective_balance < MIN_ACTIVATION_BALANCE,
|
||||
index
|
||||
))
|
||||
for index in pre_activation:
|
||||
|
Loading…
x
Reference in New Issue
Block a user