Commit 30282c2d authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

remove unused field (#9383)

parent 26d0f143
package eth
type BlobSidecar struct {
Slot Uint64String `json:"slot"`
Blob Blob `json:"blob"`
Index Uint64String `json:"index"`
KZGCommitment Bytes48 `json:"kzg_commitment"`
......@@ -20,7 +19,6 @@ type APIBlobSidecar struct {
func (sc *APIBlobSidecar) BlobSidecar() *BlobSidecar {
return &BlobSidecar{
Slot: sc.SignedBlockHeader.Message.Slot,
Blob: sc.Blob,
Index: sc.Index,
KZGCommitment: sc.KZGCommitment,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment