What changed, and why it matters
This commit is a documentation-only fix that replaces a placeholder 'TODO' pull request link with the actual PR number (10331) in the release notes. It does not change any code, configuration, or behavior of the LND software.
No security action required. This is a routine documentation correction.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single Markdown release notes file, changing a hyperlink from /pull/TODO to /pull/10331 in the ‘Breaking Changes’ section. No source code, build scripts, tests, or runtime logic are affected.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +1 / −1
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index c5bb192..2d40781 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -109,7 +109,7 @@
## Breaking Changes
* [Increased MinCLTVDelta from 18 to
- 24](https://github.com/lightningnetwork/lnd/pull/TODO) to provide a larger
+ 24](https://github.com/lightningnetwork/lnd/pull/10331) to provide a larger
safety margin above the `DefaultFinalCltvRejectDelta` (19 blocks). This
affects users who create invoices with custom `cltv_expiry_delta` values
between 18-23, which will now require a minimum of 24. The default value of
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.