Wallet no longer uses global mint.json

This commit is contained in:
Greg Fitzgerald 2018-06-29 22:53:06 -06:00 committed by Grimes
parent 450f271cf7
commit c06582ba40
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ rsync_leader_url=$(rsync_url "$leader")
set -ex
mkdir -p $SOLANA_CONFIG_DIR
rsync -vPz "$rsync_leader_url"/config/leader.json $SOLANA_CONFIG_DIR/
rsync -vPz "$rsync_leader_url"/config/mint.json $SOLANA_CONFIG_DIR/
# shellcheck disable=SC2086 # $solana_wallet should not be quoted
exec $solana_wallet \