Skip to content

Commit b6daa3b

Browse files
committed
docs: update release notes
1 parent 43409c7 commit b6daa3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

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

163169
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)

0 commit comments

Comments
 (0)