From 457ab593cb750143036cc602d9a419cba3f5c0be Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 21 Oct 2025 00:25:22 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.20.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.20.0.md b/docs/lnd/release-notes/release-notes-0.20.0.md index 26e45114..e91bc168 100644 --- a/docs/lnd/release-notes/release-notes-0.20.0.md +++ b/docs/lnd/release-notes/release-notes-0.20.0.md @@ -46,6 +46,10 @@ sweeper where some outputs would not be resolved due to an error string mismatch. +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10273) a case in the + utxonursery (the legacy sweeper) where htlcs with a locktime of 0 would not + be swept. + # New Features * Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)