Initialize non-bootstrap ndoes with faucet address

This commit is contained in:
Tyera Eulberg 2021-04-21 00:13:57 -06:00 committed by Tyera Eulberg
parent 51b748408c
commit 053120e04c
1 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,8 @@ EOF
if [[ $airdropsEnabled != true ]]; then
args+=(--no-airdrop)
else
args+=(--rpc-faucet-address "$entrypointIp:9900")
fi
if [[ -r "$SOLANA_CONFIG_DIR"/bank-hash ]]; then