From 42926de34d3e08f8120d9563e27974881fff1c5c Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Sun, 9 Jun 2024 21:48:58 +0200 Subject: [PATCH] nit --- pkg/beacon/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/beacon/service.go b/pkg/beacon/service.go index 456a38e..7e44c5f 100644 --- a/pkg/beacon/service.go +++ b/pkg/beacon/service.go @@ -43,9 +43,9 @@ func (beacon *BeaconClient) CollectBlobs(ctx context.Context, db storage.KvStora // TOOD: persist and load? unfetched := map[common.Slot]int{} - // TODO: reorgs? // blob_sidecar events are received after validation over gossip, and the blobs they reference // will not be available until head is updated with the corresponding block. + // Reorgs should not cause an issue here as we aren't concerned with canonicity. timeout := 5 * time.Minute for { select {