From 142fdbf1fdb843a5a7a7727f2145bf6c59cea2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=A1=EF=B8=8F2FakTor=E2=9A=A1=EF=B8=8F?= Date: Wed, 3 Apr 2024 20:30:00 +0200 Subject: [PATCH] Update release-notes-0.18.0.md --- docs/release-notes/release-notes-0.18.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index c4ca138e79..02ed5b0967 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -134,7 +134,7 @@ call where arguments were swapped. allowed value. So it's expected that this cap is rarely hit unless there's mempool congestion. -* Support for [pathfinding]((https://github.com/lightningnetwork/lnd/pull/7267) +* Support for [pathfinding](https://github.com/lightningnetwork/lnd/pull/7267) and payment to blinded paths has been added via the `QueryRoutes` (and `SendToRouteV2`) APIs. This functionality is surfaced in `lncli queryroutes` where the required flags are tagged with `(blinded paths)`. Updates to mission