There was an error while loading. Please reload this page.
1 parent c7fe642 commit 0a6f69dCopy full SHA for 0a6f69d
docs/release-notes/release-notes-0.21.0.md
@@ -26,6 +26,11 @@
26
sub-server is still starting. This allows clients to reliably detect the
27
transient condition and retry without brittle string matching.
28
29
+- [Fixed an issue](https://github.com/lightningnetwork/lnd/pull/10399) where the
30
+ TLS manager would fail to start if only one of the TLS pair files (certificate
31
+ or key) existed. The manager now correctly regenerates both files when either
32
+ is missing, preventing "file not found" errors on startup.
33
+
34
# New Features
35
36
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
@@ -77,4 +82,5 @@
77
82
78
83
* Boris Nagaev
79
84
* Elle Mouton
85
+* Mohamed Awnallah
80
86
* Nishant Bansal
0 commit comments