Skip to content

Commit b34afa3

Browse files
authored
Merge pull request #9764 from ZZiigguurraatt/RBF-release-notes-cleanup
docs/release-notes: fix indentation in RBF close section
2 parents 7e50b84 + cc3615c commit b34afa3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)