Skip to content

Commit 8017139

Browse files
committed
docs: add release-notes
1 parent f994c2c commit 8017139

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release-notes/release-notes-0.19.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
config is added `disable-backup-archive`, with default set to false, to
9494
determine if previous channel backups should be archived or not.
9595

96+
* [The max fee rate](https://github.com/lightningnetwork/lnd/pull/9491) is now
97+
respected when a coop close is initiated. Before the max fee rate would only
98+
be effective for the remote party in the negotiation.
99+
96100
## Functional Enhancements
97101
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
98102
wallet transactions.
@@ -141,6 +145,11 @@
141145
the misnomer of `chan_id` which was describing the short channel
142146
id to `scid` to represent what it really is.
143147

148+
* [In the coop close](https://github.com/lightningnetwork/lnd/pull/9491) case
149+
we always initiate the cooperative close flow even if there are HTLCs active
150+
on the channel. LND will disable the channel for new HTLCs and kick off the
151+
cooperative close flow automatically when the channel has no HTLCs left.
152+
144153
# Improvements
145154
## Functional Updates
146155

0 commit comments

Comments
 (0)