diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index ddf85090e..6b860bb4e 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -42,6 +42,10 @@ send unnecessary `channel_announcement` and `node_announcement` messages when replying to a `gossip_timestamp_filter` query. +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10189) a case in the + sweeper where some outputs would not be resolved due to an error string + mismatch. + # New Features * Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)