RPC to the bootstrap leader instead of the local node, which may not yet be fully initialized

This commit is contained in:
Michael Vines 2019-08-01 23:34:55 -07:00
parent 77b196a226
commit a6c4525998
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 5 additions and 1 deletions

View File

@ -261,7 +261,11 @@ local|tar|skip)
waitForNodeToInit
if [[ $skipSetup != true && $nodeType != blockstreamer ]]; then
args=(--force "$stake")
args=(
--url http://"$entrypointIp":8899
--force
"$stake"
)
if [[ $airdropsEnabled != true ]]; then
args+=(--no-airdrop)
fi