mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 11:11:47 +01:00
fix testnet ölocked detection
This commit is contained in:
parent
544e869e2a
commit
b2124b9b3c
@ -167,7 +167,7 @@ while :
|
||||
fi
|
||||
|
||||
# check if locked
|
||||
locked=$(sudo -u admin lncli --chain=${network} --network=${chain}net getinfo 2>&1 | grep -c unlock)
|
||||
locked=$(sudo -u bitcoin lncli --chain=${network} --network=${chain}net getinfo 2>&1 | grep -c unlock)
|
||||
if [ "${locked}" -gt 0 ]; then
|
||||
|
||||
# special case: LND wallet is locked ---> show unlock info
|
||||
|
Loading…
x
Reference in New Issue
Block a user