eth/fetcher: rebase test

This commit is contained in:
Marius van der Wijden 2023-10-16 11:37:40 +02:00
parent da9b640c50
commit 2b0f2467cc

View file

@ -2006,6 +2006,7 @@ func TestTransactionForgotten(t *testing.T) {
return errs return errs
}, },
func(string, []common.Hash) error { return nil }, func(string, []common.Hash) error { return nil },
func(string) {},
) )
fetcher.Start() fetcher.Start()
defer fetcher.Stop() defer fetcher.Stop()