From 616b1f68ecb68d96fec9c369e8c50a9074c489bd Mon Sep 17 00:00:00 2001 From: Lucas Saldanha Date: Mon, 9 Dec 2024 12:21:48 +1300 Subject: [PATCH] Rename PendingPartialWithdrawal field --- 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: