mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Rename response field of GetBlobsV2 to
This commit is contained in:
parent
af6c6741b4
commit
80e92e556f
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ type BlobAndProofV1 struct {
|
||||||
|
|
||||||
type BlobAndProofV2 struct {
|
type BlobAndProofV2 struct {
|
||||||
Blob hexutil.Bytes `json:"blob"`
|
Blob hexutil.Bytes `json:"blob"`
|
||||||
CellProofs []hexutil.Bytes `json:"cellProofs"`
|
CellProofs []hexutil.Bytes `json:"proofs"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// JSON type overrides for ExecutionPayloadEnvelope.
|
// JSON type overrides for ExecutionPayloadEnvelope.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue