You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
During node discovery, skip those with invalid addresses
Sometimes a NEIGHBOURS response from remote peers will include nodes
with a loopback or private network address that is not reachable to us,
so we must skip those. We must also skip those on reserved networks or
with an unspecified address (0.0.0.0).
Closes: #821
0 commit comments