Skip to content

Commit

Permalink
update commitment inclusion proof name
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Nov 2, 2023
1 parent c3775fc commit e9d0538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/deneb/blob_sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Deneb:
minItems: 0
maxItems: 6

CommitmentInclusionProof:
KZGCommitmentInclusionProof:
type: array
items:
$ref: "../primitive.yaml#/Bytes32"
Expand All @@ -27,6 +27,6 @@ Deneb:
$ref: '../primitive.yaml#/KZGProof'
signed_block_header:
$ref: "../block.yaml#/SignedBeaconBlockHeader"
commitment_inclusion_proof:
$ref: '#/Deneb/CommitmentInclusionProof'
kzg_commitment_inclusion_proof:
$ref: '#/Deneb/KZGCommitmentInclusionProof'

0 comments on commit e9d0538

Please sign in to comment.