show wallet locked info

This commit is contained in:
Christian Rotzoll
2019-04-25 00:03:49 +02:00
parent ac943c3ebc
commit 61679fca51

View File

@@ -104,7 +104,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then
fi
# if LND wallet is locked
elif [ ${walletLocked} -gt 1 ]; then
elif [ ${walletLocked} -gt 0 ]; then
if [ "${autoUnlock}" = "on" ]; then
infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..."