From 6ad0c07c78f5c8da0f783032c067e4e2c6d413c8 Mon Sep 17 00:00:00 2001 From: NC Date: Sat, 6 Apr 2024 22:53:04 +0800 Subject: [PATCH] Remove extra ` queue_excess_active_balance` call --- 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 609b4f3f8..02d73deb1 100644 --- a/specs/_features/eip7251/fork.md +++ b/specs/_features/eip7251/fork.md @@ -129,7 +129,6 @@ def upgrade_to_eip7251(pre: deneb.BeaconState) -> BeaconState: ) # Ensure early adopters of compounding credentials go through the activation churn - queue_excess_active_balance(post) for index, validator in enumerate(post.validators): if has_compounding_withdrawal_credential(validator): queue_excess_active_balance(post, index)