Skip to content

Commit 42fa837

Browse files
committed
docs/release-notes: update release notes for RBF close
1 parent 3681ba6 commit 42fa837

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
## Protocol Updates
9999

100100
* `lnd` now [supports the new RBF cooperative close
101-
flow](https://github.com/lightningnetwork/lnd/pull/8453). Unlike the old flow,
101+
flow](https://github.com/lightningnetwork/lnd/pull/9610). Unlike the old flow,
102102
this version now uses RBF to enable either side to increase their fee rate using
103103
their _own_ channel funds. This removes the old "negotiation" logic that could
104104
fail, with a version where either side can increase the fee on their coop close
@@ -107,6 +107,10 @@ transaction using their channel balance.
107107
This new feature can be activated with a new config flag:
108108
`--protocol.rbf-coop-close`.
109109

110+
With this new co-op close type, users can issue multiple `lncli closechannnel`
111+
commands with increasing fee rates to use RBF to bump an existing signed co-op
112+
close transaction.
113+
110114
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
111115
[experimental endorsement](https://github.com/lightning/blips/pull/27)
112116
signal relay was added. This signal has *no impact* on routing, and

0 commit comments

Comments
 (0)