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()