Skip to content

Commit

Permalink
Merge pull request #3007 from jtraglia/rename-withdraw-section
Browse files Browse the repository at this point in the history
Rename withdraw section to withdraw_balance
  • Loading branch information
hwwhww authored Sep 22, 2022
2 parents b72afff + 5517729 commit c0ef942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/capella/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- [`BeaconState`](#beaconstate)
- [Helpers](#helpers)
- [Beacon state mutators](#beacon-state-mutators)
- [`withdraw`](#withdraw)
- [`withdraw_balance`](#withdraw_balance)
- [Predicates](#predicates)
- [`has_eth1_withdrawal_credential`](#has_eth1_withdrawal_credential)
- [`is_fully_withdrawable_validator`](#is_fully_withdrawable_validator)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c0ef942

Please sign in to comment.