CLI: Add optional airdrop recipient (#8291) (#8310)

automerge
This commit is contained in:
mergify[bot]
2020-02-16 11:32:06 -08:00
committed by GitHub
parent 8d59bef561
commit e30561f8a0
4 changed files with 27 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ fn test_cli_deploy_program() {
config.command = CliCommand::Airdrop {
faucet_host: None,
faucet_port: faucet_addr.port(),
pubkey: None,
lamports: minimum_balance_for_rent_exemption + 1, // min balance for rent exemption + leftover for tx processing
};
process_command(&config).unwrap();