mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 04:43:10 +02:00
show wallet locked info
This commit is contained in:
@@ -104,7 +104,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# if LND wallet is locked
|
# if LND wallet is locked
|
||||||
elif [ ${walletLocked} -gt 1 ]; then
|
elif [ ${walletLocked} -gt 0 ]; then
|
||||||
|
|
||||||
if [ "${autoUnlock}" = "on" ]; then
|
if [ "${autoUnlock}" = "on" ]; then
|
||||||
infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..."
|
infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..."
|
||||||
|
Reference in New Issue
Block a user