mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26: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 {
|
||||
Blob hexutil.Bytes `json:"blob"`
|
||||
CellProofs []hexutil.Bytes `json:"cellProofs"`
|
||||
CellProofs []hexutil.Bytes `json:"proofs"`
|
||||
}
|
||||
|
||||
// JSON type overrides for ExecutionPayloadEnvelope.
|
||||
|
|
|
|||
Loading…
Reference in a new issue