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 4fbcc92 commit 31f4534Copy full SHA for 31f4534
1 file changed
docs/release-notes/release-notes-0.22.0.md
@@ -42,6 +42,13 @@
42
regardless of peer connectivity. Uptime is now seeded from the peer's
43
actual connection state.
44
45
+* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/10897) in the
46
+ sweeper whereby inputs that receive an extra budget from an aux sweeper
47
+ (such as custom channel outputs, whose value is mostly carried off-chain)
48
+ were filtered against their own budget alone. This could permanently
49
+ exclude such inputs from sweeping even though their input set could
50
+ comfortably pay its fees.
51
+
52
# New Features
53
54
## Functional Enhancements
@@ -116,3 +123,4 @@
116
123
* bitromortac
117
124
* Boris Nagaev
118
125
* Erick Cestari
126
+* Jared Tobin
0 commit comments