Skip to content

Commit

Permalink
Remove unused variable in multinode-demo fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge authored and garious committed May 23, 2018
1 parent 9ad5f3c commit 2a0095e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/multinode-demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a0095e

Please sign in to comment.