Plumb blockstreamer name through testnet scripts
This commit is contained in:
committed by
Tyera Eulberg
parent
deeabb862d
commit
18d48f09f8
@@ -63,11 +63,11 @@ else
|
||||
done
|
||||
fi
|
||||
echo
|
||||
echo API nodes:
|
||||
if [[ ${#apiIpList[@]} -eq 0 ]]; then
|
||||
echo Blockstreamers:
|
||||
if [[ ${#blockstreamerIpList[@]} -eq 0 ]]; then
|
||||
echo " None"
|
||||
else
|
||||
for ipAddress in "${apiIpList[@]}"; do
|
||||
for ipAddress in "${blockstreamerIpList[@]}"; do
|
||||
printNode fullnode "$ipAddress"
|
||||
done
|
||||
fi
|
||||
|
Reference in New Issue
Block a user