mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-23 00:50:03 +00:00
Update specs/_features/eip7251/beacon-chain.md
Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
This commit is contained in:
parent
221f273e14
commit
4f8fb6f716
@ -909,7 +909,7 @@ def process_execution_layer_withdraw_request(
|
|||||||
|
|
||||||
return
|
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
|
has_excess_balance = state.balances[index] > MIN_ACTIVATION_BALANCE + pending_balance_to_withdraw
|
||||||
|
|
||||||
# Only allow partial withdrawals with compounding withdrawal credentials
|
# Only allow partial withdrawals with compounding withdrawal credentials
|
||||||
|
Loading…
x
Reference in New Issue
Block a user