Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p2p/discv5: code simplification #18188

Merged
merged 2 commits into from
Nov 27, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update net.go
  • Loading branch information
anothel committed Nov 27, 2018
commit 4a6f8f59fa42d31052fb8c70fd9b037a92aa7bb0
3 changes: 1 addition & 2 deletions p2p/discv5/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,7 @@ loop:
if n.state == unknown {
net.ping(n, n.addr())
}
return nil

return nil
})

case <-statsDump.C:
Expand Down