diff --git a/eth/fetcher/blob_fetcher.go b/eth/fetcher/blob_fetcher.go index 0b3bf7d056..c599d96277 100644 --- a/eth/fetcher/blob_fetcher.go +++ b/eth/fetcher/blob_fetcher.go @@ -615,6 +615,7 @@ func (f *BlobFetcher) loop() { if len(f.waitlist[hash]) == 0 { delete(f.waitlist, hash) delete(f.waittime, hash) + delete(f.partial, hash) } } delete(f.waitslots, drop.peer)