From f33670a8f02a1751093942b0f506f2fba5da1e09 Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Sun, 14 Jan 2024 22:17:41 +0000 Subject: [PATCH] Linting. --- services/blocks/standard/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/blocks/standard/handler.go b/services/blocks/standard/handler.go index 7c19681..f83e0cb 100644 --- a/services/blocks/standard/handler.go +++ b/services/blocks/standard/handler.go @@ -1178,7 +1178,7 @@ func (s *Service) beaconCommittee(ctx context.Context, return nil, errors.Wrap(err, "failed to obtain beacon committees") } -func (s *Service) dbBlobSidecar(_ context.Context, +func (*Service) dbBlobSidecar(_ context.Context, blockRoot phase0.Root, blobSidecar *deneb.BlobSidecar, ) *chaindb.BlobSidecar {