From 243407a3aa7d2dd5c426eccb45a8571eb54dd100 Mon Sep 17 00:00:00 2001 From: wit liu Date: Thu, 30 Oct 2025 15:39:02 +0800 Subject: [PATCH] eth/downloader: fix incorrect waitgroup in test `XTestDelivery` (#33047) --- eth/downloader/queue_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/downloader/queue_test.go b/eth/downloader/queue_test.go index 120e3f9d2d..ca71a769de 100644 --- a/eth/downloader/queue_test.go +++ b/eth/downloader/queue_test.go @@ -351,6 +351,7 @@ func XTestDelivery(t *testing.T) { } } }() + wg.Add(1) go func() { defer wg.Done() // reserve receiptfetch