Why do I need to see raw bytes from the drone?

This commit is contained in:
Stephen Akridge 2019-03-22 13:41:11 -07:00 committed by Grimes
parent 5f41909098
commit 60dfb35924
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ pub fn run_local_drone(mint_keypair: Keypair, sender: Sender<SocketAddr>) {
.unwrap()
.process_drone_request(&bytes)
.unwrap();
info!("Airdrop response_bytes: {:?}", response_bytes.to_vec());
trace!("Airdrop response_bytes: {:?}", response_bytes.to_vec());
Ok(response_bytes)
});
let server = writer