Entrypoint RPC service discovery now blocks until the entrypoint is actually found (#5756)
automerge
This commit is contained in:
@ -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())?;
|
||||
|
Reference in New Issue
Block a user