Fix dev mode arg in run.sh (#6997)

This commit is contained in:
Justin Starry 2019-11-15 23:16:42 -05:00 committed by GitHub
parent 30089841f6
commit 24b254459b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -70,7 +70,7 @@ solana-genesis \
--bootstrap-stake-pubkey "$dataDir"/leader-stake-account-keypair.json \
--bootstrap-storage-pubkey "$dataDir"/leader-storage-account-keypair.json \
--ledger "$ledgerDir" \
--dev
--operating-mode development
abort() {
set +e