Use correct leader.json
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user