From 42c2fac2989c34f76c3e501fcc04936bb34f97d3 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Tue, 20 Feb 2024 19:43:56 -0500 Subject: [PATCH] docs: add error handling link --- docs/release-notes/release-notes-0.18.0.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index a73560a51c..111639bb13 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -174,8 +174,11 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor * [Preparatory work](https://github.com/lightningnetwork/lnd/pull/8159) for forwarding of blinded routes was added, along with [support](https://github.com/lightningnetwork/lnd/pull/8160) - for forwarding blinded payments. Forwarding of blinded payments is disabled - by default, and the feature is not yet advertised to the network. + for forwarding blinded payments and [error handling](https://github.com/lightningnetwork/lnd/pull/8485). + With this change, LND is now eligible to be selected as part of a blinded + route and can forward payments on behalf of nodes that have support for + receiving to blinded paths. This upgrade provides a meaningful improvement + to the anonymity set and usability of blinded paths in the Lightning Network. ## RPC Additions