Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
identify: Don't filter addr if remote is neither public nor private (#…
…2820) Updates the filterAddrs logic to no-op if the address is neither public nor private. This fixes an issue in mocknet that assigns each node an address in the IPv6 discard prefix space. That doesn't interact well with this logic in identify. The issue mocknet hits is that it filters out all received listen addresses and then doesn't remember any address for the peer.
- Loading branch information