mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
chantools update restriction
This commit is contained in:
parent
23afac142e
commit
06f6fd62a2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user