discover() by gossip sockaddr instead of just by gossip ip address (#6865)

This commit is contained in:
Michael Vines
2019-11-11 12:42:58 -07:00
committed by GitHub
parent a23c6177d5
commit 4be646c695
3 changed files with 18 additions and 23 deletions

View File

@@ -197,7 +197,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
Some(1),
Some(timeout),
None,
Some(entrypoint_addr.ip()),
Some(entrypoint_addr),
None,
)?;