Enable non-zero fees for all testnets (#4513)

automerge
This commit is contained in:
Michael Vines
2019-05-31 22:33:55 -07:00
committed by Grimes
parent ec5cca41bc
commit e15246746d
5 changed files with 13 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if [[ ${#replicatorIpList[@]} -eq 0 ]]; then
echo " None"
else
for ipAddress in "${replicatorIpList[@]}"; do
printNode replicator "$ipAddress"
printNode fullnode "$ipAddress"
done
fi
echo