Merge pull request #119 from jagottsicher/master

Updated 70initLND.sh
This commit is contained in:
Christian Rotzoll
2018-10-04 01:01:05 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ echo ""
chainIsReady=0
while [ ${chainIsReady} -eq 0 ]
do
echo "*** Test if chaninnetwork is ready ..."
echo "*** Test if chainnetwork is ready ..."
date +%s
result=$(${network}-cli getblockchaininfo 2>error.out)
error=`cat error.out`