Fix section name for withdraw_balance

This commit is contained in:
Justin Traglia 2022-09-21 16:36:27 -05:00
parent b72afffe26
commit 7066307a0f
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class BeaconState(Container):
### Beacon state mutators
#### `withdraw`
#### `withdraw_balance`
```python
def withdraw_balance(state: BeaconState, validator_index: ValidatorIndex, amount: Gwei) -> None: