Merge pull request #3654 from ensi321/eip7251-fork-fix
EIP-7251: Remove extra `queue_excess_active_balance` call
This commit is contained in:
commit
10ab186e32
|
@ -129,7 +129,6 @@ def upgrade_to_eip7251(pre: deneb.BeaconState) -> BeaconState:
|
||||||
)
|
)
|
||||||
|
|
||||||
# Ensure early adopters of compounding credentials go through the activation churn
|
# Ensure early adopters of compounding credentials go through the activation churn
|
||||||
queue_excess_active_balance(post)
|
|
||||||
for index, validator in enumerate(post.validators):
|
for index, validator in enumerate(post.validators):
|
||||||
if has_compounding_withdrawal_credential(validator):
|
if has_compounding_withdrawal_credential(validator):
|
||||||
queue_excess_active_balance(post, index)
|
queue_excess_active_balance(post, index)
|
||||||
|
|
Loading…
Reference in New Issue