From 0273e3e9caa4401d403234ecb029f444d66cd137 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 29 Apr 2023 09:08:27 +0200 Subject: [PATCH] lnd: a bigfix update from v0.16.1 to v0.16.2 the release mostly improves around mempool loading on startup. release notes are at https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.16.2.md but the actual changes are in btcsuite/btcwallet: https://github.com/btcsuite/btcwallet/compare/v0.16.8...v0.16.9 --- lnd/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lnd/env b/lnd/env index bd97bbc..67eee54 100644 --- a/lnd/env +++ b/lnd/env @@ -1,6 +1,6 @@ -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_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.16.2-beta +LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.16.2-beta/lnd-linux-arm64-v0.16.2-beta.tar.gz +LND_SHA256_AARCH64=21e2b6640e06c84c43c5610f7f7613f609cdb09129e6704772436d6209a862af LND_HOME=/home/lnd