nit
This commit is contained in:
parent
c04a6d6116
commit
42926de34d
@ -43,9 +43,9 @@ func (beacon *BeaconClient) CollectBlobs(ctx context.Context, db storage.KvStora
|
|||||||
// TOOD: persist and load?
|
// TOOD: persist and load?
|
||||||
unfetched := map[common.Slot]int{}
|
unfetched := map[common.Slot]int{}
|
||||||
|
|
||||||
// TODO: reorgs?
|
|
||||||
// blob_sidecar events are received after validation over gossip, and the blobs they reference
|
// 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.
|
// 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
|
timeout := 5 * time.Minute
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
Loading…
Reference in New Issue
Block a user