What changed, and why it matters
This commit only adds documentation to the release notes. It describes a new command-line option for signing PSBTs (Partially Signed Bitcoin Transactions) that was added in a previous pull request. There is no code change and no security issue in this commit itself.
No security action needed. This is a documentation-only release note update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds a single bullet to docs/release-notes/release-notes-0.21.0.md noting that walletrpc.SignPsbt now has a corresponding lncli wallet psbt sign command, referencing PR #10659. No functional code is modified.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index e4b7ec8..c6f7e75 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -102,6 +102,10 @@
* The `estimatefee` command now supports the `--utxos` flag to specify explicit
inputs for fee estimation.
+* The `walletrpc.SignPsbt` now has a [corresponding `lncli wallet psbt sign`
+ command, and can be used to sign a
+ PSBT](https://github.com/lightningnetwork/lnd/pull/10659).
+
# Improvements
## Functional Updates
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.