diff --git a/types/capella/state.yaml b/types/capella/state.yaml index b7286f12..c360cc1e 100644 --- a/types/capella/state.yaml +++ b/types/capella/state.yaml @@ -82,12 +82,9 @@ Capella: $ref: '../altair/sync_committee.yaml#/Altair/SyncCommittee' latest_execution_payload_header: $ref: './execution_payload.yaml#/Capella/ExecutionPayloadHeader' - withdrawal_queue: - type: array - description: "Withdrawals enqueued in state. Variable length list, maximum 1099511627776 items" items: $ref: '../withdrawal.yaml#/Withdrawal' next_withdrawal_index: $ref: "../primitive.yaml#/Uint64" - next_partial_withdrawal_validator_index: + next_withdrawal_validator_index: $ref: "../primitive.yaml#/Uint64"