From 816b25e2bac45480eb78974774eda165289d88f8 Mon Sep 17 00:00:00 2001 From: ziggie Date: Thu, 22 Aug 2024 17:53:38 +0200 Subject: [PATCH] docs: add release-notes. --- docs/release-notes/release-notes-0.18.3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index 372be529c..3b72ec42d 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -68,6 +68,11 @@ commitment when the channel was force closed. in the `ReplyChannelRange` msg and introduced a check that ChanUpdates with a timestamp too far into the future will be discarded. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/9026) a bug where we +would create a blinded route with a minHTLC greater than the actual payment +amount. Moreover remove strict correlation between min_cltv_delta and the +blinded path expiry. + # New Features ## Functional Enhancements ## RPC Additions