From eebae4d1293ebf473380fbce461894d1187ace14 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 18 Oct 2022 10:29:41 +0200 Subject: [PATCH] lnd: upgrade from 0.15.2 to 0.15.3 extract from upstream release notes: - bug has been fixed where the responder of a zero-conf channel could forget about the channel after a hard-coded 2016 blocks - bug where LND wouldn't send a ChannelUpdate during a channel open has been fixed - bug has been fixed that caused fee estimation to be incorrect for taproot inputs when using the SendOutputs call - bug has been fixed that could cause lnd to underpay for co-op close transaction when or both of the outputs used a P2TR address all details are here: https://github.com/lightningnetwork/lnd/releases/tag/v0.15.3-beta --- lnd/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lnd/env b/lnd/env index 5f552ad..425b858 100644 --- a/lnd/env +++ b/lnd/env @@ -1,6 +1,6 @@ -LND_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.15.2-beta -LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.15.2-beta/lnd-linux-arm64-v0.15.2-beta.tar.gz -LND_SHA256_AARCH64=e35e81dca504a88d87552d26a06a58ea8515faf629e187e5e5a3dde4cc463cca +LND_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.15.3-beta +LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.15.3-beta/lnd-linux-arm64-v0.15.3-beta.tar.gz +LND_SHA256_AARCH64=f2584e3d817e0fa7e1edc99cd224ff34486c51777750482b1a82835c8e415647 LND_HOME=/home/lnd