mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/fetcher: rebase test
This commit is contained in:
parent
da9b640c50
commit
2b0f2467cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue