Skip to content

Commit 1cf1ada

Browse files
Rename PendingPartialWithdrawal field (#485)
1 parent 14ddc04 commit 1cf1ada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/electra/withdrawal.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Electra:
1+
Electra:
22
WithdrawalRequest:
33
type: object
44
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:
1717
PendingPartialWithdrawal:
1818
type: object
1919
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."
20-
required: [index, amount, withdrawable_epoch]
20+
required: [validator_index, amount, withdrawable_epoch]
2121
properties:
22-
index:
22+
validator_index:
2323
$ref: "../primitive.yaml#/Uint64"
2424
description: "Index of validator in validator registry."
2525
amount:

0 commit comments

Comments
 (0)