Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 260f5ed

Browse files
committed
Use correct leader.json
1 parent 7105136 commit 260f5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multinode-demo/validator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
# Ensure the validator has at least 1 token before connecting to the network
8585
# TODO: Remove this workaround
8686
while ! $solana_wallet \
87-
-l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json \
87+
-l "$SOLANA_LEADER_CONFIG_DIR"/leader.json \
8888
-k "$SOLANA_CONFIG_PRIVATE_DIR"/id.json airdrop --tokens 1; do
8989
sleep 1
9090
done

0 commit comments

Comments
 (0)