multinode-demo/faucet.sh is no longer required (#10129)

This commit is contained in:
Michael Vines
2020-05-19 20:07:30 -07:00
committed by GitHub
parent 36627fb8b3
commit f33688361c
6 changed files with 29 additions and 21 deletions

View File

@ -265,7 +265,10 @@ setup_validator_accounts() {
if ! wallet vote-account "$vote_account"; then
if ((airdrops_enabled)); then
echo "Adding $node_sol to validator identity account:"
wallet airdrop "$node_sol" || return $?
(
set -x
$solana_cli --keypair "$SOLANA_CONFIG_DIR/faucet.json" --url "$rpc_url" transfer "$identity" "$node_sol"
) || return $?
fi
echo "Creating validator vote account"