From 5f61707752eeecac04f87c426f0e97cf5cc6dc12 Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 9 May 2019 12:06:26 +0100 Subject: [PATCH] correct lnd version to 0.6.1-beta-rc2 --- build_sdcard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 6bad466..6b35e05 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -476,7 +476,7 @@ fi # "*** LND ***" ## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases -lndVersion="v0.6.1-beta-rc2" +lndVersion="0.6.1-beta-rc2" if [ ${isARM} -eq 1 ] ; then lndOSversion="armv7"