fix: update run.sh arguments to solana-genesis (#6996)

This commit is contained in:
Sunny Gleason 2019-11-15 23:22:21 -05:00 committed by Justin Starry
parent 24b254459b
commit 5d8c1a303e
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -65,6 +65,7 @@ solana-keygen new -f -o "$dataDir"/leader-storage-account-keypair.json
solana-genesis \
--hashes-per-tick sleep \
--faucet-pubkey "$dataDir"/faucet-keypair.json \
--faucet-lamports 500000000000000000 \
--bootstrap-leader-pubkey "$dataDir"/leader-keypair.json \
--bootstrap-vote-pubkey "$dataDir"/leader-vote-account-keypair.json \
--bootstrap-stake-pubkey "$dataDir"/leader-stake-account-keypair.json \