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 29961bd + 859f137 commit 555d45fCopy full SHA for 555d45f
docs/lnd/release-notes/release-notes-0.19.0.md
@@ -23,6 +23,10 @@
23
propagate mission control and debug level config values to the main LND config
24
struct so that the GetDebugInfo response is accurate.
25
26
+* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would
27
+ cause a nil pointer dereference during the probing of a payment request that
28
+ does not contain a payment address.
29
+
30
# New Features
31
## Functional Enhancements
32
## RPC Additions
@@ -69,5 +73,6 @@
69
73
# Contributors (Alphabetical Order)
70
74
71
75
* CharlieZKSmith
76
+* Elle Mouton
72
77
* Pins
78
* Ziggie
0 commit comments