Log airdrop amount and client public key
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user