From 2b0f2467cc76a983ed70c98ca3ac36b3a5dad958 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Mon, 16 Oct 2023 11:37:40 +0200 Subject: [PATCH] eth/fetcher: rebase test --- eth/fetcher/tx_fetcher_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/fetcher/tx_fetcher_test.go b/eth/fetcher/tx_fetcher_test.go index a3a44f1609..77b89085d3 100644 --- a/eth/fetcher/tx_fetcher_test.go +++ b/eth/fetcher/tx_fetcher_test.go @@ -2006,6 +2006,7 @@ func TestTransactionForgotten(t *testing.T) { return errs }, func(string, []common.Hash) error { return nil }, + func(string) {}, ) fetcher.Start() defer fetcher.Stop()