From cc3615c0a821dfbbb98e1f0059b21b41c1e607b0 Mon Sep 17 00:00:00 2001 From: ZZiigguurraatt Date: Fri, 25 Apr 2025 15:06:57 -0400 Subject: [PATCH] docs/release-notes: fix indentation in RBF close section --- docs/release-notes/release-notes-0.19.0.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 6e93baf9b..ee36d17d1 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -132,18 +132,18 @@ when running LND with an aux component injected (custom channels). ## Protocol Updates * `lnd` now [supports the new RBF cooperative close -flow](https://github.com/lightningnetwork/lnd/pull/9610). Unlike the old flow, -this version now uses RBF to enable either side to increase their fee rate using -their _own_ channel funds. This removes the old "negotiation" logic that could -fail, with a version where either side can increase the fee on their coop close -transaction using their channel balance. + flow](https://github.com/lightningnetwork/lnd/pull/9610). Unlike the old + flow, this version now uses RBF to enable either side to increase their fee + rate using their _own_ channel funds. This removes the old "negotiation" + logic that could fail, with a version where either side can increase the fee + on their coop close transaction using their channel balance. -This new feature can be activated with a new config flag: -`--protocol.rbf-coop-close`. + This new feature can be activated with a new config flag: + `--protocol.rbf-coop-close`. -With this new co-op close type, users can issue multiple `lncli closechannnel` -commands with increasing fee rates to use RBF to bump an existing signed co-op -close transaction. + With this new co-op close type, users can issue multiple `lncli closechannnel` + commands with increasing fee rates to use RBF to bump an existing signed co-op + close transaction. * [Support](https://github.com/lightningnetwork/lnd/pull/8390) for [experimental endorsement](https://github.com/lightning/blips/pull/27)