This commit is contained in:
Rob Walker
2018-08-17 12:24:40 -07:00
parent bc5f29150b
commit 3ae867bdd6
2 changed files with 8 additions and 11 deletions

View File

@ -643,7 +643,8 @@ fn test_multi_node_dynamic_network() {
expected_balance += 500;
assert!(client.poll_for_signature(&sig).is_ok());
let e = client.poll_for_signature(&sig);
assert!(e.is_ok(), "err: {:?}", e);
let now = Instant::now();
let mut finality = client.get_finality();