Leave some tokens in the mint for solana-drone

This commit is contained in:
Tyera Eulberg 2018-06-19 22:41:27 -06:00 committed by Greg Fitzgerald
parent 4bad103da9
commit 6386e7d5cf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ fn main() {
seed.copy_from_slice(&demo.mint.keypair().public_key_bytes()[..32]);
let rnd = GenKeys::new(seed);
let num_accounts = demo.num_accounts;
let tokens_per_user = 1_000;
let tokens_per_user = 500;
let keypairs = rnd.gen_n_keypairs(num_accounts);