Skip to content

Commit

Permalink
fix blobsidecar json tag for commitment inclusion proof (#13475)
Browse files Browse the repository at this point in the history
Co-authored-by: Nishant Das <[email protected]>
  • Loading branch information
marioevz and nisdas authored Jan 18, 2024
1 parent 4d2067d commit 37739b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/rpc/eth/blob/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ type Sidecar struct {
SignedBeaconBlockHeader *shared.SignedBeaconBlockHeader `json:"signed_block_header"`
KzgCommitment string `json:"kzg_commitment"`
KzgProof string `json:"kzg_proof"`
CommitmentInclusionProof []string `json:"commitment_inclusion_proof"`
CommitmentInclusionProof []string `json:"kzg_commitment_inclusion_proof"`
}

0 comments on commit 37739b4

Please sign in to comment.