Use correct faucet arg in run.sh (#6994)

automerge
This commit is contained in:
Justin Starry 2019-11-15 21:33:08 -05:00 committed by Grimes
parent 0bee05b849
commit 30089841f6
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -64,7 +64,7 @@ solana-keygen new -f -o "$dataDir"/leader-storage-account-keypair.json
solana-genesis \
--hashes-per-tick sleep \
--faucet-keypair "$dataDir"/faucet-keypair.json \
--faucet-pubkey "$dataDir"/faucet-keypair.json \
--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 \