File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 98
98
## Protocol Updates
99
99
100
100
* ` 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,
102
102
this version now uses RBF to enable either side to increase their fee rate using
103
103
their _ own_ channel funds. This removes the old "negotiation" logic that could
104
104
fail, with a version where either side can increase the fee on their coop close
@@ -107,6 +107,10 @@ transaction using their channel balance.
107
107
This new feature can be activated with a new config flag:
108
108
` --protocol.rbf-coop-close ` .
109
109
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
+
110
114
* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
111
115
[ experimental endorsement] ( https://github.com/lightning/blips/pull/27 )
112
116
signal relay was added. This signal has * no impact* on routing, and
You can’t perform that action at this time.
0 commit comments