Merge pull request #9764 from ZZiigguurraatt/RBF-release-notes-cleanup

docs/release-notes: fix indentation in RBF close section
This commit is contained in:
Oliver Gugger
2025-04-28 12:38:23 +02:00
committed by GitHub

View File

@@ -132,11 +132,11 @@ when running LND with an aux component injected (custom channels).
## Protocol Updates ## Protocol Updates
* `lnd` now [supports the new RBF cooperative close * `lnd` now [supports the new RBF cooperative close
flow](https://github.com/lightningnetwork/lnd/pull/9610). Unlike the old flow, flow](https://github.com/lightningnetwork/lnd/pull/9610). Unlike the old
this version now uses RBF to enable either side to increase their fee rate using flow, this version now uses RBF to enable either side to increase their fee
their _own_ channel funds. This removes the old "negotiation" logic that could rate using their _own_ channel funds. This removes the old "negotiation"
fail, with a version where either side can increase the fee on their coop close logic that could fail, with a version where either side can increase the fee
transaction using their channel balance. on their coop close transaction using their channel balance.
This new feature can be activated with a new config flag: This new feature can be activated with a new config flag:
`--protocol.rbf-coop-close`. `--protocol.rbf-coop-close`.