Skip to content

Commit 5bf818b

Browse files
Merge pull request #811 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 1ecd85c + 577a8cd commit 5bf818b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ close transaction.
162162
tests to set a lower value for faster funding confirmation timeout while
163163
keeping the default of 2016 blocks for production stability.
164164

165+
* Previously when sweeping inputs, the sweeper will wait until the specified
166+
budget can be covered by the inputs, which could cause the sweep to be
167+
delayed, and the sweeping tx ends up using large fees. This is now
168+
[changed](https://github.com/lightningnetwork/lnd/pull/9627) so the sweeper
169+
will always attempt the sweep as long as the budget can be partially covered.
170+
165171
## RPC Additions
166172

167173
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
@@ -183,6 +189,9 @@ close transaction.
183189
RPC method now applies a default timeout of 60 seconds when the
184190
`timeout_seconds` field is not set or is explicitly set to 0.
185191

192+
* [`lnrpc.ClosedChannels` now also includes the `custom_channel_data` used by
193+
custom channels](https://github.com/lightningnetwork/lnd/pull/9504).
194+
186195
## lncli Additions
187196

188197
* [A pre-generated macaroon root key can now be specified in `lncli create` and

0 commit comments

Comments
 (0)