From 84509d1b739d25cd6d4dcd14a00ac0a0f6a88079 Mon Sep 17 00:00:00 2001 From: "AMIR,MOHAMMAD JAVI" <99166918+amirkhan7javi@users.noreply.github.com> Date: Sun, 16 Oct 2022 14:42:20 +0330 Subject: [PATCH] Revert "Rename withdraw section to withdraw_balance" --- specs/capella/beacon-chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: