Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Oct 9, 2024
1 parent 997ddb7 commit 1df7423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/electra/attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Electra:
required: [committee_index, attester_index, data, signature]
properties:
committee_index:
$ref: "./primitive.yaml#/Uint64"
$ref: "../primitive.yaml#/Uint64"
description: "The attestations committee index."
attester_index:
$ref: "./primitive.yaml#/Uint64"
$ref: "../primitive.yaml#/Uint64"
description: "The validator index that signed this attestation."
data:
$ref: './attestation_data.yaml#/AttestationData'
$ref: '../attestation_data.yaml#/AttestationData'
signature:
$ref: './primitive.yaml#/Signature'
$ref: '../primitive.yaml#/Signature'
description: "BLS aggregate signature."
Attestation:
type: object
Expand Down

0 comments on commit 1df7423

Please sign in to comment.