diff --git a/eth/fetcher/tx_fetcher.go b/eth/fetcher/tx_fetcher.go index 628816d186..5f343a8e93 100644 --- a/eth/fetcher/tx_fetcher.go +++ b/eth/fetcher/tx_fetcher.go @@ -238,7 +238,6 @@ func (f *TxFetcher) Notify(peer string, hashes []common.Hash) error { return ok } for _, hash := range hashes { - switch { case f.hasTx(hash): duplicate++