Plumb blockstreamer name through testnet scripts

This commit is contained in:
Tyera Eulberg
2019-02-21 16:35:26 -07:00
committed by Tyera Eulberg
parent deeabb862d
commit 18d48f09f8
6 changed files with 39 additions and 39 deletions

View File

@@ -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