Fix section name for withdraw_balance
This commit is contained in:
parent
b72afffe26
commit
7066307a0f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue