Fix lint
This commit is contained in:
parent
7bbecfb762
commit
221f273e14
|
@ -909,7 +909,6 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue