Update release-notes-0.18.0.md

This commit is contained in:
⚡️2FakTor⚡️ 2024-04-03 20:30:00 +02:00 committed by GitHub
parent b1175514f9
commit 142fdbf1fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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