Skip to content

Commit 8ff66f8

Browse files
committed
Removed Secondary Sort Condition
1 parent 2126249 commit 8ff66f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

specs/_features/eip7251/fork.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def upgrade_to_eip7251(pre: deneb.BeaconState) -> BeaconState:
134134
if validator.activation_epoch == FAR_FUTURE_EPOCH
135135
], key=lambda index: (
136136
post.validators[index].activation_eligibility_epoch,
137-
post.validators[index].effective_balance < MIN_ACTIVATION_BALANCE,
138137
index
139138
))
140139
for index in pre_activation:

0 commit comments

Comments
 (0)