From 06f6fd62a2a02f2938ee04128338ec53bff5905e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 27 Jul 2022 09:01:07 +0200 Subject: [PATCH] chantools update restriction --- home.admin/config.scripts/bonus.chantools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.chantools.sh b/home.admin/config.scripts/bonus.chantools.sh index 91e006d65..ed8e72aa0 100644 --- a/home.admin/config.scripts/bonus.chantools.sh +++ b/home.admin/config.scripts/bonus.chantools.sh @@ -5,7 +5,7 @@ # see https://github.com/guggero/chantools/releases lndVersion=$(lncli -v | cut -d " " -f 3 | cut -d"." -f2) -if [ $lndVersion -eq 14 ]; then +if [ $lndVersion -eq 15 ]; then pinnedVersion="0.10.4" else echo "# LND not installed or a version not tested with chantools"