What changed, and why it matters
This commit only adds one line to the project's changelog, documenting that a bug where Lightning invoices were silently dropped on reconnection has been fixed. The actual code change happened elsewhere, so this commit itself does not modify any program logic or fix any vulnerability directly.
No action needed for this commit. If assessing the security relevance of the referenced bug (#7402), review the actual fix commit/PR and the Lightning invoice reconnection logic separately.
Security signals we found
Changelog entry describes a prior bug fix, not a current code change
No source-code diff present in the commit
No security-relevant keywords in commit title or message beyond the changelog line
Evidence from the diff
The diff is a single-line addition to Changelog.md under the ‘Bug Fixes’ section: ‘Lightning invoice silently dropped when the node doesn’t return amount on reconnection (#7402) @atharrva01’. No source code, configuration, or build files are changed. The referenced issue/PR (#7402) presumably contains the actual fix, but it is not part of the supplied materials.
Changed components
Changelog.mdInspect captured patch +1 / −0
diff --git a/Changelog.md b/Changelog.md
index 0575566..5c06cba 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -32,6 +32,7 @@
* Invoice Date Filter - Date Selector Widget had month dropdown with white text on a white background in Dark Mode (#7385) @senutpal
* Refunds and pull payments were unable to make payments from LND 0.21.0 (https://github.com/btcpayserver/BTCPayServer.Lightning/pull/178) @warioishere
* Uninstall button is missing for language packs (#7390 #7392) @teamssUTXO
+* Lightning invoice silently dropped when the node doesn't return amount on reconnection (#7402) @atharrva01
### Improvements
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.