Remove extra ` queue_excess_active_balance` call

This commit is contained in:
NC 2024-04-06 22:53:04 +08:00
parent f8cbd8d2e3
commit 6ad0c07c78
1 changed files with 0 additions and 1 deletions

View File

@ -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)