mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
give wallet unlock some time
This commit is contained in:
parent
cf8cbd3878
commit
ac1d830b59
@ -240,7 +240,9 @@ To run a BACKUP of funds & channels first is recommended.
|
||||
sleep 1
|
||||
else
|
||||
/home/admin/AAunlockLND.sh
|
||||
echo "please wait ... update to next screen can be slow"
|
||||
echo "Starting up Wallet ..."
|
||||
sleep 8
|
||||
echo "Please Wait ... update to next screen can be slow"
|
||||
fi
|
||||
fi
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user