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 ab8e035 commit 4d7622aCopy full SHA for 4d7622a
docs/release-notes/release-notes-0.19.3.md
@@ -29,6 +29,13 @@
29
30
## Functional Enhancements
31
32
+- Previously, when sweeping non-time sensitive anchor outputs, they might be
33
+ grouped with other non-time sensitive outputs such as `to_local` outputs,
34
+ which potentially allow the sweeping tx to be pinned. This is now
35
+ [fixed](https://github.com/lightningnetwork/lnd/pull/10117) by moving sweeping
36
+ anchors into its own tx, which means the anchor outputs won't be swept in a
37
+ high fee environment.
38
+
39
## RPC Additions
40
41
## lncli Additions
@@ -62,4 +69,6 @@
62
69
## Tooling and Documentation
63
70
64
71
# Contributors (Alphabetical Order)
65
-* Olaoluwa Osuntokun
72
73
+* Olaoluwa Osuntokun
74
+* Yong Yu
0 commit comments