Skip to content

Commit bf05c56

Browse files
Merge pull request #918 from lightninglabs/docs-lnd
Update lnd documentation
2 parents c6e2dfe + 47e2764 commit bf05c56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ reflect their state on the channel commitment without having to send or receive
5656
a certain amount of msats.
5757

5858
## Functional Enhancements
59+
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
60+
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
61+
`PendingChannelsResponse_PendingChannel` message, providing users with the
62+
number of confirmations remaining before a pending channel becomes active and
63+
the block height at which the funding transaction was first confirmed.
64+
This change also persists the channel's confirmation height in the database
65+
once its funding transaction receives one confirmation, allowing tracking of
66+
confirmation progress before the channel becomes active.
5967

6068
* RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now
6169
[allow](https://github.com/lightningnetwork/lnd/pull/10087)

0 commit comments

Comments
 (0)