File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 25
25
messages simultaneously. The fix ensures only a single goroutine processes the
26
26
backlog at any given time using an atomic flag.
27
27
28
+ - [ Fixed a bug in ` btcwallet ` that caused issues with Tapscript addresses being
29
+ imported in a watch-only (e.g. remote-signing)
30
+ setup] ( https://github.com/lightningnetwork/lnd/pull/10119 ) .
31
+
28
32
# New Features
29
33
30
34
## Functional Enhancements
31
35
36
+ - Previously, when sweeping non-time sensitive anchor outputs, they might be
37
+ grouped with other non-time sensitive outputs such as ` to_local ` outputs,
38
+ which potentially allow the sweeping tx to be pinned. This is now
39
+ [ fixed] ( https://github.com/lightningnetwork/lnd/pull/10117 ) by moving sweeping
40
+ anchors into its own tx, which means the anchor outputs won't be swept in a
41
+ high fee environment.
42
+
32
43
## RPC Additions
33
44
34
45
## lncli Additions
62
73
## Tooling and Documentation
63
74
64
75
# Contributors (Alphabetical Order)
65
- * Olaoluwa Osuntokun
76
+
77
+ * Olaoluwa Osuntokun
78
+ * Oliver Gugger
79
+ * Yong Yu
You can’t perform that action at this time.
0 commit comments