We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7105136 commit 260f5edCopy full SHA for 260f5ed
1 file changed
multinode-demo/validator.sh
@@ -84,7 +84,7 @@ fi
84
# Ensure the validator has at least 1 token before connecting to the network
85
# TODO: Remove this workaround
86
while ! $solana_wallet \
87
- -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json \
+ -l "$SOLANA_LEADER_CONFIG_DIR"/leader.json \
88
-k "$SOLANA_CONFIG_PRIVATE_DIR"/id.json airdrop --tokens 1; do
89
sleep 1
90
done
0 commit comments