Update specs/_features/eip7251/beacon-chain.md

Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
This commit is contained in:
Mikhail Kalinin 2024-04-04 14:49:25 +03:00 committed by GitHub
parent 221f273e14
commit 4f8fb6f716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ def process_execution_layer_withdraw_request(
return
has_sufficient_effective_balance = validator.effective_balance == MIN_ACTIVATION_BALANCE
has_sufficient_effective_balance = validator.effective_balance >= MIN_ACTIVATION_BALANCE
has_excess_balance = state.balances[index] > MIN_ACTIVATION_BALANCE + pending_balance_to_withdraw
# Only allow partial withdrawals with compounding withdrawal credentials