From 3f43370ed4686eed5dd0b1865ec7ef180970ecec Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Wed, 13 Sep 2023 13:34:28 +0200 Subject: [PATCH] eth/fetcher: newline --- eth/fetcher/tx_fetcher.go | 1 - 1 file changed, 1 deletion(-) 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++