From 7c92c88270db2db7ad158af3af3371d91770e45b Mon Sep 17 00:00:00 2001 From: ziggie Date: Tue, 7 Oct 2025 13:49:22 +0200 Subject: [PATCH] docs: add release-notes --- docs/release-notes/release-notes-0.20.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 26e45114b..e91bc1682 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/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)