We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43409c7 commit b6daa3bCopy full SHA for b6daa3b
docs/release-notes/release-notes-0.19.0.md
@@ -158,6 +158,12 @@ close transaction.
158
tests to set a lower value for faster funding confirmation timeout while
159
keeping the default of 2016 blocks for production stability.
160
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
+
167
## RPC Additions
168
169
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
0 commit comments