diff --git a/specs/capella/beacon-chain.md b/specs/capella/beacon-chain.md index 09d568f18c..54a11e0939 100644 --- a/specs/capella/beacon-chain.md +++ b/specs/capella/beacon-chain.md @@ -28,7 +28,7 @@ - [`BeaconState`](#beaconstate) - [Helpers](#helpers) - [Beacon state mutators](#beacon-state-mutators) - - [`withdraw_balance`](#withdraw_balance) + - [`withdraw`](#withdraw) - [Predicates](#predicates) - [`has_eth1_withdrawal_credential`](#has_eth1_withdrawal_credential) - [`is_fully_withdrawable_validator`](#is_fully_withdrawable_validator) @@ -249,7 +249,7 @@ class BeaconState(Container): ### Beacon state mutators -#### `withdraw_balance` +#### `withdraw` ```python def withdraw_balance(state: BeaconState, validator_index: ValidatorIndex, amount: Gwei) -> None: