fix unlock

This commit is contained in:
rootzoll 2021-10-02 01:46:15 +02:00
parent cb1870cb7a
commit 7d23d2e293

View File

@ -132,11 +132,6 @@ do
# load statusscan results
source /var/cache/raspiblitz/raspiblitz.status
# detect wallet locked
if [ "${walletLocked}" == "1" ] || [ "${CLwalletLocked}" == "1" ]; then
state="walletlocked"
fi
#####################################
# ALWAYS: Handle System States
#####################################