What changed, and why it matters
This commit only adds a line to the release notes document describing a previously fixed bug. It does not change any program code, so it cannot by itself introduce or fix a security issue. The release note mentions a sweeper bug where some outputs were not resolved due to an error string mismatch, but no details are provided about whether that bug had security implications.
No action needed for this commit. If reviewing the referenced PR #10189, evaluate the actual code change separately for security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only change to docs/release-notes/release-notes-0.20.0.md, adding a bullet point referencing PR #10189 about a sweeper output-resolution issue caused by an error string mismatch. No source code is modified in this commit.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index ddf8509..6b860bb 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)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.