Validators now vote once a second regardless

This commit is contained in:
Michael Vines
2018-07-19 21:27:35 -07:00
parent 80a02359f7
commit 7672506b45
5 changed files with 199 additions and 73 deletions

View File

@ -360,8 +360,8 @@ fn test_leader_restart_validator_start_from_old_ledger() {
let getbal = retry_get_balance(&mut client, &bob_pubkey, Some(expected));
assert_eq!(getbal, Some(expected));
leader_fullnode.close().unwrap();
val_fullnode.close().unwrap();
leader_fullnode.close().unwrap();
std::fs::remove_file(ledger_path).unwrap();
std::fs::remove_file(stale_ledger_path).unwrap();
}