mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/fetcher: newline
This commit is contained in:
parent
2c0dc35cbd
commit
3f43370ed4
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ func (f *TxFetcher) Notify(peer string, hashes []common.Hash) error {
|
||||||
return ok
|
return ok
|
||||||
}
|
}
|
||||||
for _, hash := range hashes {
|
for _, hash := range hashes {
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
case f.hasTx(hash):
|
case f.hasTx(hash):
|
||||||
duplicate++
|
duplicate++
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue