From: Valentine Wallace Date: Mon, 11 Dec 2023 20:38:47 +0000 (-0500) Subject: Add release note for blinded HTLC serialization. X-Git-Tag: v0.0.119~9^2~1 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=ecd8238592e99c69c906224e5d549d4bedbc78f2;p=rust-lightning Add release note for blinded HTLC serialization. --- diff --git a/pending_changelog/multihop-blinded-recv.txt b/pending_changelog/multihop-blinded-recv.txt new file mode 100644 index 000000000..8bfafc8fb --- /dev/null +++ b/pending_changelog/multihop-blinded-recv.txt @@ -0,0 +1,4 @@ +## Backwards Compatibility + +* Nodes that upgrade to 0.0.119 and subsequently downgrade after receiving a payment to a blinded + path may lose privacy if one or more of those HTLCs fails.