From 30089841f6c6b147ac1f4a6a9a46484ff18d0f58 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Fri, 15 Nov 2019 21:33:08 -0500 Subject: [PATCH] Use correct faucet arg in run.sh (#6994) automerge --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 7d2e4a48e8..4bb1b31a5f 100755 --- a/run.sh +++ b/run.sh @@ -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 \