diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index fed1a87ae..e4ce83116 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -91,6 +91,9 @@ * [Pass through](https://github.com/lightningnetwork/lnd/pull/9601) the unused `MaxPeers` configuration variable for neutrino mode. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/9609) a bug that may + cause `listunspent` to give inaccurate wallet UTXOs. + # New Features * Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)