From f170f8e104d79c29870eac5a79571784f3893edf Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 29 May 2023 12:48:14 -0700 Subject: [PATCH] docs/release-notes: add release notes for adamant htlc sweeps --- docs/release-notes/release-notes-0.16.3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.3.md b/docs/release-notes/release-notes-0.16.3.md index b5ca8ab71..4f9a07435 100644 --- a/docs/release-notes/release-notes-0.16.3.md +++ b/docs/release-notes/release-notes-0.16.3.md @@ -20,6 +20,14 @@ peer, then this'll force a reconnect, which may restart things and help avoid certain force close scenarios. + +## Consistent Contract Resolution + +* If lnd decides to go to chain for an HTLC, it will now _always_ ensure the + HTLC is fully swept on the outgoing link. Prior logic would avoid sweeping + due to negative yield, but combined with other inputs, the HTLC will usually + be positive yield. + # Contributors (Alphabetical Order) * Elle Mouton