RPC to the bootstrap leader instead of the local node, which may not yet be fully initialized
This commit is contained in:
parent
77b196a226
commit
a6c4525998
|
@ -261,7 +261,11 @@ local|tar|skip)
|
||||||
waitForNodeToInit
|
waitForNodeToInit
|
||||||
|
|
||||||
if [[ $skipSetup != true && $nodeType != blockstreamer ]]; then
|
if [[ $skipSetup != true && $nodeType != blockstreamer ]]; then
|
||||||
args=(--force "$stake")
|
args=(
|
||||||
|
--url http://"$entrypointIp":8899
|
||||||
|
--force
|
||||||
|
"$stake"
|
||||||
|
)
|
||||||
if [[ $airdropsEnabled != true ]]; then
|
if [[ $airdropsEnabled != true ]]; then
|
||||||
args+=(--no-airdrop)
|
args+=(--no-airdrop)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue