Browse Source

show wallet locked info

master
Christian Rotzoll 6 years ago
parent
commit
61679fca51
  1. 2
      home.admin/80scanLND.sh

2
home.admin/80scanLND.sh

@ -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 ..."

Loading…
Cancel
Save