Skip to content

Commit

Permalink
Change ordering of attestation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Jun 18, 2024
1 parent 5730060 commit 911b4b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/electra/attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Electra:
Attestation:
type: object
description: "The [`Attestation`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2/specs/electra/beacon-chain.md#attestation) object from the CL spec."
required: [aggregation_bits, signature, data, committee_bits]
required: [aggregation_bits, data, signature, committee_bits]
properties:
aggregation_bits:
$ref: "../primitive.yaml#/BitList"
description: "Attester aggregation bits."
data:
$ref: "../attestation.yaml#/AttestationData"
signature:
$ref: "../primitive.yaml#/Signature"
description: "BLS aggregate signature."
data:
$ref: "../attestation.yaml#/AttestationData"
committee_bits:
$ref: "../primitive.yaml#/Bitvector"
description: "Committee bits."
Expand Down

0 comments on commit 911b4b4

Please sign in to comment.