mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
lnd: add LND option for parallel networks
This commit is contained in:
parent
94aa473a91
commit
4f80c0d477
@ -64,7 +64,7 @@ fi
|
||||
if [ $chain = test ]&&[ "$tlnd" = "on" ]||\
|
||||
[ $chain = sig ]&& [ "$slnd" = "on" ]||\
|
||||
[ $chain = main ]&&[ "$lnd" = "on" ]; then
|
||||
#TODO OPTIONS+=(LND "LND options for ${CHAIN}")
|
||||
OPTIONS+=(LND "LND options for ${CHAIN}")
|
||||
HEIGHT=$((HEIGHT+1))
|
||||
CHOICE_HEIGHT=$((CHOICE_HEIGHT+1))
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user