Refactor packing packets into blobs into separate packets_to_blob() function in packets.rs

This commit is contained in:
Carl
2019-03-11 03:06:22 -07:00
committed by Pankaj Garg
parent 3ddf4b6c24
commit a4acc631ee
5 changed files with 143 additions and 95 deletions

View File

@@ -58,7 +58,7 @@ pub fn send_many_transactions(node: &ContactInfo, funding_keypair: &Keypair, num
assert!(bal > 0);
let mut transaction = SystemTransaction::new_move(
&funding_keypair,
random_keypair.pubkey(),
&random_keypair.pubkey(),
1,
client.get_recent_blockhash(),
0,