diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index e4ce83116..eb263b0bf 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -94,6 +94,10 @@ * [Fixed](https://github.com/lightningnetwork/lnd/pull/9609) a bug that may cause `listunspent` to give inaccurate wallet UTXOs. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/9626) a bug where a +keysend payment would not fail properly and only resolve after restart. Now +keysend payment validation is stricter. + # New Features * Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)