Skip to content

Commit

Permalink
Log airdrop amount and client public key
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 14, 2018
1 parent 751c1eb commit 30e50d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ impl Drone {
airdrop_request_amount,
client_public_key,
} => {
info!(
"Requesting airdrop of {} to {:?}",
airdrop_request_amount, client_public_key
);
request_amount = airdrop_request_amount;
tx = Transaction::new(
&self.mint_keypair,
Expand Down

0 comments on commit 30e50d0

Please sign in to comment.