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
5091472363
commit
d65e54cabd
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