Skip to content

Commit

Permalink
Merge pull request #3654 from ensi321/eip7251-fork-fix
Browse files Browse the repository at this point in the history
EIP-7251: Remove extra `queue_excess_active_balance` call
  • Loading branch information
ralexstokes committed Apr 6, 2024
2 parents f8cbd8d + 6ad0c07 commit 10ab186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specs/_features/eip7251/fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 10ab186

Please sign in to comment.