We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was taking a look at the source code and found this:
neutrino/neutrino.go
Lines 106 to 121 in e89b367
Shouldn't forAllOutboundPeers only apply closure to ps.outboundPeers?
forAllOutboundPeers
ps.outboundPeers
The text was updated successfully, but these errors were encountered:
All of neutrino’s peers are outbound at the moment. Persistent just means that we will retry a connection to that peer if we get disconnected.
Sorry, something went wrong.
Naming could probably distinguish better, but I believe the behavior is correct
No branches or pull requests
Was taking a look at the source code and found this:
neutrino/neutrino.go
Lines 106 to 121 in e89b367
Shouldn't
forAllOutboundPeers
only apply closure tops.outboundPeers
?The text was updated successfully, but these errors were encountered: