Skip to content

Commit 6ce3ba7

Browse files
Merge pull request #891 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 1a76925 + e718219 commit 6ce3ba7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/lnd/release-notes/release-notes-0.19.3.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,21 @@
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
@@ -62,4 +73,7 @@
6273
## Tooling and Documentation
6374

6475
# Contributors (Alphabetical Order)
65-
* Olaoluwa Osuntokun
76+
77+
* Olaoluwa Osuntokun
78+
* Oliver Gugger
79+
* Yong Yu

0 commit comments

Comments
 (0)