Use correct leader.json

This commit is contained in:
Michael Vines
2018-07-13 11:47:52 -07:00
parent 7105136595
commit 260f5edfd6

View File

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