mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 12:05:04 -05:00
lint
This commit is contained in:
@@ -301,7 +301,7 @@ def get_expected_withdrawals(state: BeaconState) -> Sequence[Withdrawal]:
|
||||
)
|
||||
ret.append(withdrawal)
|
||||
withdrawal_index = WithdrawalIndex(withdrawal_index + 1)
|
||||
else if is_partially_withdrawable(val, balance):
|
||||
elif is_partially_withdrawable(val, balance):
|
||||
withdrawal = Withdrawal(
|
||||
index=withdrawal_index,
|
||||
validator_index=index,
|
||||
|
||||
Reference in New Issue
Block a user