mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-11 01:11:02 +02:00
docs: update release notes
This commit is contained in:
parent
91719b0f49
commit
2cb208e97c
@ -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
|
||||
* Eugene Siegel
|
||||
* Yong Yu
|
||||
|
Loading…
x
Reference in New Issue
Block a user