Merge pull request #3654 from ensi321/eip7251-fork-fix

EIP-7251: Remove extra `queue_excess_active_balance` call
This commit is contained in:
Alex Stokes 2024-04-06 10:02:43 -06:00 committed by GitHub
commit 10ab186e32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)