mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-08 20:08:10 +02:00
only show lnd options when activated
This commit is contained in:
parent
09d89fd410
commit
b21af26147
@ -185,9 +185,12 @@ fi
|
||||
|
||||
# Basic Options
|
||||
OPTIONS+=(INFO "RaspiBlitz Status Screen")
|
||||
OPTIONS+=(LND "LND Wallet Options")
|
||||
|
||||
if [ "$cln" == "on" ]||[ $chain = test ]&&[ "$tcln" == "on" ]; then
|
||||
if [ "${lightning}" == "lnd" ]
|
||||
OPTIONS+=(LND "LND Wallet Options")
|
||||
fi
|
||||
|
||||
if [ "$cln" == "on" ] || [ $chain = test ] && [ "$tcln" == "on" ]; then
|
||||
OPTIONS+=(CLN "C-lightning Wallet Options")
|
||||
HEIGHT=$((HEIGHT+1))
|
||||
CHOICE_HEIGHT=$((CHOICE_HEIGHT+1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user