Make TestValidator mint_lamports configurable (#9337)

automerge
This commit is contained in:
Tyera Eulberg
2020-04-06 17:20:55 -06:00
committed by GitHub
parent a4e2ee99d3
commit 96c23110ae
4 changed files with 10 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ fn test_create_account_with_seed() {
} = TestValidator::run_with_options(TestValidatorOptions {
fees: 1,
bootstrap_validator_lamports: 42_000,
..TestValidatorOptions::default()
});
let (sender, receiver) = channel();