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

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