Updated 70initLND.sh

Corrected tiny typo
chaninnetwort => chainnetwork
which made me feel disturbed whenever updating. :-)
This commit is contained in:
jagottsicher
2018-09-25 10:30:40 +08:00
committed by GitHub
parent d3b952690c
commit 02b6963ecc

View File

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