mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
fix LND as default
This commit is contained in:
@@ -39,7 +39,7 @@ fi
|
||||
|
||||
OPTIONS+=(CASHOUT "Withdraw all funds from LND on $CHAIN")
|
||||
|
||||
if [ "${lightning} "= "lnd" ];then
|
||||
if [ "${lightning}" != "lnd" ]; then
|
||||
OPTIONS+=(SWITCHLN "Use LND as default")
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user