mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
show wallet locked info
This commit is contained in:
@@ -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 ..."
|
||||
|
Reference in New Issue
Block a user