We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f498947 commit ca0801dCopy full SHA for ca0801d
specs/electra/beacon-chain.md
@@ -586,7 +586,7 @@ def get_consolidation_churn_limit(state: BeaconState) -> Gwei:
586
```python
587
def get_pending_balance_to_withdraw(state: BeaconState, validator_index: ValidatorIndex) -> Gwei:
588
return sum(
589
- withdrawal.amount for withdrawal in state.pending_partial_withdrawals
+ withdrawal.amount for withdrawal in state.pending_partial_withdrawals
590
if withdrawal.validator_index == validator_index
591
)
592
```
0 commit comments