From 1e64a4499a4eb5b8c83fac0530facd16ccabd969 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Tue, 1 Nov 2022 17:57:32 +0100 Subject: [PATCH] lnd update to 0.15.4-beta hotfix (#3400) --- home.admin/config.scripts/lnd.install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home.admin/config.scripts/lnd.install.sh b/home.admin/config.scripts/lnd.install.sh index f100c0ab..7fd30db7 100644 --- a/home.admin/config.scripts/lnd.install.sh +++ b/home.admin/config.scripts/lnd.install.sh @@ -4,17 +4,17 @@ ## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases ### If you change here - make sure to also change interims version in lnd.update.sh #! -lndVersion="0.15.2-beta" +lndVersion="0.15.4-beta" # olaoluwa -PGPauthor="roasbeef" -PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc" -PGPcheck="E4D85299674B2D31FAA1892E372CBD7633C61696" +#PGPauthor="roasbeef" +#PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc" +#PGPcheck="E4D85299674B2D31FAA1892E372CBD7633C61696" # guggero -# PGPauthor="guggero" -# PGPpkeys="https://keybase.io/guggero/pgp_keys.asc" -# PGPcheck="F4FC70F07310028424EFC20A8E4256593F177720" +PGPauthor="guggero" +PGPpkeys="https://keybase.io/guggero/pgp_keys.asc" +PGPcheck="F4FC70F07310028424EFC20A8E4256593F177720" # bitconner #PGPauthor="bitconner"