We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f802c commit 91a37c4Copy full SHA for 91a37c4
docs/release-notes/release-notes-0.19.0.md
@@ -85,6 +85,11 @@
85
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9595) where the
86
initial graph sync query may be failed due to inconsistent state.
87
88
+* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9543) where
89
+ the payment might have been failed more than once and therefore overwriting
90
+ the failure reason and notifying the `SubscribeAllPayments` subscribers more
91
+ than once.
92
+
93
# New Features
94
95
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
0 commit comments