No longer need to give new_fullnode() a random string

This commit is contained in:
Michael Vines
2019-02-26 19:26:42 -08:00
parent 5a7b99ecc2
commit 88ecce12a2
5 changed files with 12 additions and 13 deletions

View File

@ -16,7 +16,7 @@ use std::time::Duration;
fn test_rpc_send_tx() {
solana_logger::setup();
let (server, leader_data, alice, ledger_path) = new_fullnode("test_rpc_send_tx");
let (server, leader_data, alice, ledger_path) = new_fullnode();
let server_exit = server.run(None);
let bob_pubkey = Keypair::new().pubkey();