From 1cf1adae5bd944108fb6522000d2d392967729ba Mon Sep 17 00:00:00 2001 From: Lucas Saldanha Date: Tue, 10 Dec 2024 09:38:23 +1300 Subject: [PATCH] Rename PendingPartialWithdrawal field (#485) --- types/electra/withdrawal.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/electra/withdrawal.yaml b/types/electra/withdrawal.yaml index bca58715..cf40f881 100644 --- a/types/electra/withdrawal.yaml +++ b/types/electra/withdrawal.yaml @@ -1,4 +1,4 @@ -Electra: +Electra: WithdrawalRequest: type: object description: "The [`WithdrawalRequest`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.5/specs/electra/beacon-chain.md#withdrawalrequest) object from the CL Electra spec." @@ -17,9 +17,9 @@ Electra: PendingPartialWithdrawal: type: object description: "The [`PendingPartialWithdrawal`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.5/specs/electra/beacon-chain.md#pendingpartialwithdrawal) object from the CL Electra spec." - required: [index, amount, withdrawable_epoch] + required: [validator_index, amount, withdrawable_epoch] properties: - index: + validator_index: $ref: "../primitive.yaml#/Uint64" description: "Index of validator in validator registry." amount: