Run localnet in development mode (#6587)

This commit is contained in:
Jack May 2019-10-28 15:35:17 -07:00 committed by GitHub
parent 579a02529d
commit 85ccba366a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
run.sh
View File

@ -69,7 +69,8 @@ solana-genesis \
--bootstrap-vote-keypair "$dataDir"/leader-vote-account-keypair.json \
--bootstrap-stake-keypair "$dataDir"/leader-stake-account-keypair.json \
--bootstrap-storage-keypair "$dataDir"/leader-storage-account-keypair.json \
--ledger "$ledgerDir"
--ledger "$ledgerDir" \
--dev
abort() {
set +e