Skip to content

Commit 675a709

Browse files
docs: add release notes
Signed-off-by: Nishant Bansal <[email protected]>
1 parent 720e0d0 commit 675a709

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
# New Features
2424

2525
## Functional Enhancements
26+
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
27+
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
28+
`PendingChannelsResponse_PendingChannel` message, providing users with the
29+
number of confirmations remaining before a pending channel becomes active and
30+
the block height at which the funding transaction was first confirmed.
31+
This change also persists the channel's confirmation height in the database
32+
once its funding transaction receives one confirmation, allowing tracking of
33+
confirmation progress before the channel becomes active.
2634

2735
## RPC Additions
2836

0 commit comments

Comments
 (0)