eth/fetcher: newline

This commit is contained in:
Marius van der Wijden 2023-09-13 13:34:28 +02:00
parent 2c0dc35cbd
commit 3f43370ed4

View file

@ -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++