@@ -132,18 +132,18 @@ when running LND with an aux component injected (custom channels).
132132## Protocol Updates
133133
134134* ` lnd ` now [ supports the new RBF cooperative close
135- flow] ( https://github.com/lightningnetwork/lnd/pull/9610 ) . Unlike the old flow,
136- this version now uses RBF to enable either side to increase their fee rate using
137- their _ own_ channel funds. This removes the old "negotiation" logic that could
138- fail, with a version where either side can increase the fee on their coop close
139- transaction using their channel balance.
140-
141- This new feature can be activated with a new config flag:
142- ` --protocol.rbf-coop-close ` .
143-
144- With this new co-op close type, users can issue multiple ` lncli closechannnel `
145- commands with increasing fee rates to use RBF to bump an existing signed co-op
146- close transaction.
135+ flow] ( https://github.com/lightningnetwork/lnd/pull/9610 ) . Unlike the old
136+ flow, this version now uses RBF to enable either side to increase their fee
137+ rate using their _ own_ channel funds. This removes the old "negotiation"
138+ logic that could fail, with a version where either side can increase the fee
139+ on their coop close transaction using their channel balance.
140+
141+ This new feature can be activated with a new config flag:
142+ ` --protocol.rbf-coop-close ` .
143+
144+ With this new co-op close type, users can issue multiple ` lncli closechannnel `
145+ commands with increasing fee rates to use RBF to bump an existing signed co-op
146+ close transaction.
147147
148148* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
149149 [ experimental endorsement] ( https://github.com/lightning/blips/pull/27 )
0 commit comments