From 2b5baeaefc49c215a010114b0347b8f4a544dbbd Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 25 Apr 2023 11:37:07 +0200 Subject: [PATCH] lnd: patch update from v0.16.0 to v0.16.1 a bugfix release. one notable change is the default CLTV delay increase from 40 to 80 blocks, or equivalently from ~7 hours to ~13 hours. this is a more conservative default time lock which can help to avoid unnecessary force closures due to persistent mempool backlog or node downtime. more details at: https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.16.1.md --- lnd/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lnd/env b/lnd/env index ba05d3a..bd97bbc 100644 --- a/lnd/env +++ b/lnd/env @@ -1,6 +1,6 @@ -LND_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.16.0-beta -LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.16.0-beta/lnd-linux-arm64-v0.16.0-beta.tar.gz -LND_SHA256_AARCH64=63d6a37d77942735ef58a59208ca1bb4d6a5ddfe554c2664ec3f5020ffab2414 +LND_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.16.1-beta +LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.16.1-beta/lnd-linux-arm64-v0.16.1-beta.tar.gz +LND_SHA256_AARCH64=79a712c2c3072c9ef3937e3a58ac937bb641889296d9bb102923289de970750c LND_HOME=/home/lnd