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 50d6864 commit d5e8df7Copy full SHA for d5e8df7
docs/release-notes/release-notes-0.19.0.md
@@ -39,6 +39,11 @@
39
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9137) that prevented
40
a graceful shutdown of LND during the main chain backend sync check in certain
41
cases.
42
+
43
+* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9068) where dust
44
+ htlcs although not being able to be resolved onchain were not canceled
45
+ back before the commitment tx was confirmed causing potentially force closes
46
+ of the incoming channel.
47
48
# New Features
49
## Functional Enhancements
0 commit comments