mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 16:14:58 -05:00
Fix section name for withdraw_balance
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user