Skip to content

Commit 80e92e5

Browse files
mininnyMariusVanDerWijden
authored andcommitted
Rename response field of GetBlobsV2 to
1 parent af6c674 commit 80e92e5

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)