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 9520a39 commit c165baeCopy full SHA for c165bae
docs/release-notes/release-notes-0.20.0.md
@@ -59,6 +59,11 @@
59
- [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/10330) to ensure that goroutine resources are properly freed in the case
60
of a disconnection or other failure event.
61
62
+- Chain notifier RPCs now [return the gRPC `Unavailable`
63
+ status](https://github.com/lightningnetwork/lnd/pull/10352) while the
64
+ sub-server is still starting. This allows clients to reliably detect the
65
+ transient condition and retry without brittle string matching.
66
+
67
# New Features
68
69
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)
0 commit comments