Use correct leader.json

This commit is contained in:
Michael Vines 2018-07-13 11:47:52 -07:00
parent 7105136595
commit 260f5edfd6
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fi
# Ensure the validator has at least 1 token before connecting to the network
# TODO: Remove this workaround
while ! $solana_wallet \
-l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json \
-l "$SOLANA_LEADER_CONFIG_DIR"/leader.json \
-k "$SOLANA_CONFIG_PRIVATE_DIR"/id.json airdrop --tokens 1; do
sleep 1
done