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

@ -174,7 +174,7 @@ fn initialize_ledger_path(
Some(1),
Some(60),
None,
Some(entrypoint.gossip.ip()),
Some(entrypoint.gossip),
None,
)
.map_err(|err| err.to_string())?;