Remove unused variable in multinode-demo fix compiler warning

This commit is contained in:
Stephen Akridge 2018-05-23 14:58:20 -07:00 committed by Greg Fitzgerald
parent 9ad5f3c65b
commit 2a0095e322
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ fn main() {
println!("Got last ID {:?}", last_id);
let rnd = GenKeys::new(demo.mint.keypair().public_key_bytes());
let tokens_per_user = 1_000;
println!("Creating keypairs...");
let txs = demo.num_accounts / 2;