From 2cb208e97c33942db432cfa4e77a6ae50ceac09e Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 14 Sep 2023 17:45:43 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.17.1.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.17.1.md b/docs/release-notes/release-notes-0.17.1.md index 7af034b19..78260acbf 100644 --- a/docs/release-notes/release-notes-0.17.1.md +++ b/docs/release-notes/release-notes-0.17.1.md @@ -25,6 +25,16 @@ # New Features ## Functional Enhancements + +- Previously, when a channel was force closed locally, its anchor was always + force-swept when the CPFP requirements are met. This is now + [changed](https://github.com/lightningnetwork/lnd/pull/7965) to only attempt + CPFP based on the deadline of the commitment transaction. The anchor output + will still be offered to the sweeper during channel force close, while the + actual sweeping won't be forced(CPFP) unless a relevant HTLC will timeout in + 144 blocks. If CPFP before this deadline is needed, user can use `BumpFee` + instead. + ## RPC Additions ## lncli Additions @@ -44,5 +54,5 @@ ## Tooling and Documentation # Contributors (Alphabetical Order) - -* Eugene Siegel \ No newline at end of file +* Eugene Siegel +* Yong Yu