From 8ff66f896d662638f3afee9c3143867443faaab7 Mon Sep 17 00:00:00 2001 From: Mark Mackey Date: Wed, 10 Apr 2024 11:24:48 -0500 Subject: [PATCH] Removed Secondary Sort Condition --- specs/_features/eip7251/fork.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/_features/eip7251/fork.md b/specs/_features/eip7251/fork.md index dda5c7ee6..479b592f8 100644 --- a/specs/_features/eip7251/fork.md +++ b/specs/_features/eip7251/fork.md @@ -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: