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.
2 parents 90cb854 + 8905ad0 commit 357ae92Copy full SHA for 357ae92
docs/lnd/release-notes/release-notes-0.19.0.md
@@ -51,6 +51,12 @@
51
* Make sure the RPC clients used to access the chain backend are [properly
52
shutdown](https://github.com/lightningnetwork/lnd/pull/9261).
53
54
+* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9275) where the
55
+ peer may block the shutdown process of lnd.
56
+
57
+* [Fixed a case](https://github.com/lightningnetwork/lnd/pull/9258) where the
58
+ confirmation notification may be missed.
59
60
# New Features
61
## Functional Enhancements
62
## RPC Additions
@@ -196,5 +202,5 @@ The underlying functionality between those two options remain the same.
196
202
* Oliver Gugger
197
203
* Pins
198
204
* Viktor Tigerström
205
+* Yong Yu
199
206
* Ziggie
200
-
0 commit comments