From 1918360f623ad5f33f3f98dd80c31e3f9025e2d8 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 14 Dec 2019 15:26:35 +0100 Subject: [PATCH] #824 upgrade to LND 0.8.2 --- build_sdcard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 152f61577..74bc656d9 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -400,7 +400,7 @@ correctKey=$(echo ${verifyResult} | grep "using RSA key ${laanwjPGP: -16}" -c) echo "correctKey(${correctKey})" if [ ${correctKey} -lt 1 ] || [ ${goodSignature} -lt 1 ]; then echo "" - echo "!!! BUILD FAILED --> LND PGP Verify not OK / signatute(${goodSignature}) verify(${correctKey})" + echo "!!! BUILD FAILED --> PGP Verify not OK / signatute(${goodSignature}) verify(${correctKey})" exit 1 else echo "" @@ -496,7 +496,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="0.8.1-beta" +lndVersion="0.8.2-beta" # olaoluwa PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc"