mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
handle testnet correct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user