We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03cc68 commit 69d2febCopy full SHA for 69d2feb
apis/validator/attestation_data.yaml
@@ -20,7 +20,9 @@ get:
20
$ref: ../../beacon-node-oapi.yaml#/components/schemas/Uint64
21
- name: committee_index
22
in: query
23
- description: "The committee index for which an attestation data should be created."
+ description: |
24
+ The committee index for which an attestation data should be created. For `slot`s in
25
+ Electra and later, this parameter MAY always be set to 0.
26
required: true
27
schema:
28
$ref: "../../beacon-node-oapi.yaml#/components/schemas/Uint64"
0 commit comments