docs: note configurable WalletKit lease lifetime
What changed, and why it matters
This commit only adds documentation to the release notes describing a new WalletKit feature: output leases can now optionally stay active until a spending transaction reaches a chosen confirmation depth. There is no code change, no bug fix, and no security-related content in the commit itself.
No security action required. This is a documentation-only release-note entry. Review the underlying PR #11125 separately if assessing the security of the new lease-lifetime behavior.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a nine-line addition to docs/release-notes/release-notes-0.21.4.md. It documents PR #11125, which introduced a confirmation-depth option for LeaseOutput and FundPsbt leases. The text explains that leases can ignore wall-clock expiration and expose spend progress via ListLeases, with zero depth preserving prior behavior. No implementation, configuration defaults, or security implications are discussed.
Changed components
docs/release-notes/release-notes-0.21.4.mdInspect captured patch +9 / −0
### docs/release-notes/release-notes-0.21.4.md
@@ -27,6 +27,13 @@
## RPC Additions
+* WalletKit output leases can now [remain active until their spending
+ transaction reaches a requested confirmation
+ depth](https://github.com/lightningnetwork/lnd/pull/11125). The option is
+ available on both `LeaseOutput` and inputs selected by `FundPsbt`. These
+ leases ignore wall-clock expiration and expose spend progress through
+ `ListLeases`; a zero depth preserves the existing wall-clock behavior.
+
## lncli Additions
# Improvements
@@ -60,3 +67,5 @@
## Tooling and Documentation
# Contributors (Alphabetical Order)
+
+* Andras Banki-HorvathWhy 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.