Log airdrop amount and client public key

This commit is contained in:
Michael Vines 2018-07-13 22:30:05 -07:00
parent 751c1eba32
commit 30e50d0f70
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ impl Drone {
airdrop_request_amount, airdrop_request_amount,
client_public_key, client_public_key,
} => { } => {
info!(
"Requesting airdrop of {} to {:?}",
airdrop_request_amount, client_public_key
);
request_amount = airdrop_request_amount; request_amount = airdrop_request_amount;
tx = Transaction::new( tx = Transaction::new(
&self.mint_keypair, &self.mint_keypair,