Get blockhash every batch and don't wait for tx threads (#3994)

* Get blockhash every batch and don't wait for tx threads

* nudge
This commit is contained in:
Jack May
2019-04-25 11:20:08 -07:00
committed by GitHub
parent 4dc0495a1b
commit a9e63455a1
2 changed files with 13 additions and 69 deletions

View File

@@ -34,7 +34,7 @@ fn main() {
panic!("Failed to discover nodes");
});
let clients = get_clients(nodes);
let clients = get_clients(&nodes);
info!("{} nodes found", clients.len());
if clients.len() < num_nodes {