mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update net.go
This commit is contained in:
parent
30e5860a5f
commit
4a6f8f59fa
1 changed files with 1 additions and 2 deletions
|
|
@ -571,8 +571,7 @@ loop:
|
||||||
if n.state == unknown {
|
if n.state == unknown {
|
||||||
net.ping(n, n.addr())
|
net.ping(n, n.addr())
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
case <-statsDump.C:
|
case <-statsDump.C:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue