Skip to content

Commit

Permalink
fixup! BlobSidecarsByRange rpc handler
Browse files Browse the repository at this point in the history
  • Loading branch information
kasey committed Jun 8, 2023
1 parent 93249d5 commit 4c8d4ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions beacon-chain/sync/rpc_blob_sidecars_by_range.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
"go.opencensus.io/trace"
)

type BlobSidecarProcessor func(sidecar *pb.BlobSidecar) error

func (s *Service) streamBlobBatch(ctx context.Context, batch blockBatch, stream libp2pcore.Stream) (uint64, error) {
ctx, span := trace.StartSpan(ctx, "sync.streamBlobBatch")
defer span.End()
Expand Down

0 comments on commit 4c8d4ed

Please sign in to comment.