From 49a2519da27e35554627816faa18b6163da289b9 Mon Sep 17 00:00:00 2001 From: Potuz Date: Mon, 31 Oct 2022 15:55:53 -0300 Subject: [PATCH] lint --- specs/capella/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/capella/beacon-chain.md b/specs/capella/beacon-chain.md index cbf288a21..349ca02af 100644 --- a/specs/capella/beacon-chain.md +++ b/specs/capella/beacon-chain.md @@ -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,