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 2525 messages simultaneously. The fix ensures only a single goroutine processes the
2626 backlog at any given time using an atomic flag.
2727
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+
2832# New Features
2933
3034## Functional Enhancements
3135
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+
3243## RPC Additions
3344
3445## lncli Additions
6273## Tooling and Documentation
6374
6475# 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