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 5a22549 commit b814428Copy full SHA for b814428
docs/release-notes/release-notes-0.19.3.md
@@ -41,6 +41,13 @@
41
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
42
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
43
44
+- Previously, when sweeping non-time sensitive anchor outputs, they might be
45
+ grouped with other non-time sensitive outputs such as `to_local` outputs,
46
+ which potentially allow the sweeping tx to be pinned. This is now
47
+ [fixed](https://github.com/lightningnetwork/lnd/pull/10117) by moving sweeping
48
+ anchors into its own tx, which means the anchor outputs won't be swept in a
49
+ high fee environment.
50
+
51
## RPC Additions
52
53
## lncli Additions
0 commit comments