Entrypoint RPC service discovery now blocks until the entrypoint is actually found (#5756)

automerge
This commit is contained in:
Michael Vines
2019-08-30 16:12:58 -07:00
committed by Grimes
parent 6089c8030b
commit e3a6c9234a
3 changed files with 87 additions and 28 deletions

View File

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