TestValidator public interface cleanup

This commit is contained in:
Michael Vines
2020-11-25 14:14:45 -08:00
parent 5e2d38227f
commit b5f7e39be8
14 changed files with 92 additions and 120 deletions

View File

@@ -25,7 +25,7 @@ fn test_vote_authorize_and_withdraw() {
alice,
ledger_path,
..
} = TestValidator::run();
} = TestValidator::with_no_fee();
let (sender, receiver) = channel();
run_local_faucet(alice, sender, None);
let faucet_addr = receiver.recv().unwrap();