lnd: add LND option for parallel networks

This commit is contained in:
openoms 2021-06-27 22:55:57 +01:00
parent 94aa473a91
commit 4f80c0d477
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -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