We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed40edd commit 5aacc25Copy full SHA for 5aacc25
docs/release-notes/release-notes-0.15.0.md
@@ -185,6 +185,9 @@ from occurring that would result in an erroneous force close.](https://github.co
185
186
* [Fixes a bug that would cause `SignPsbt` to panic w/ an underspecified packet](https://github.com/lightningnetwork/lnd/pull/6611)
187
188
+* [Fixes a panic in the graph diameter calculation if the graph is
189
+ empty](https://github.com/lightningnetwork/lnd/pull/6647).
190
+
191
## Routing
192
193
* [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that
0 commit comments