Skip to content

Commit 3257e48

Browse files
Merge pull request #64 from mininny/feat/mininny/getBlobsV2-response-name
Rename `cellProofs` response field of GetBlobsV2 to `proofs`
2 parents 50b67c6 + c0ad676 commit 3257e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon/engine/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ type BlobAndProofV1 struct {
125125

126126
type BlobAndProofV2 struct {
127127
Blob hexutil.Bytes `json:"blob"`
128-
CellProofs []hexutil.Bytes `json:"cellProofs"`
128+
CellProofs []hexutil.Bytes `json:"proofs"`
129129
}
130130

131131
// JSON type overrides for ExecutionPayloadEnvelope.

0 commit comments

Comments
 (0)