mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
handle testnet correct
This commit is contained in:
parent
c4b79459cb
commit
e34837d975
@ -117,7 +117,7 @@ waitUntilChainNetworkIsReady()
|
||||
./AAunlockLND.sh
|
||||
echo "please wait ... update to next screen can be slow"
|
||||
fi
|
||||
lndSynced=$(sudo -u bitcoin /usr/local/bin/lncli --chain=${network} getinfo 2>/dev/null | jq -r '.synced_to_chain' | grep -c true)
|
||||
lndSynced=$(sudo -u bitcoin /usr/local/bin/lncli --chain=${network} --network=${chain}net getinfo 2>/dev/null | jq -r '.synced_to_chain' | grep -c true)
|
||||
if [ ${lndSynced} -eq 0 ]; then
|
||||
./80scanLND.sh
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user