We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e6254 commit 882e0ceCopy full SHA for 882e0ce
docs/release-notes/release-notes-0.20.0.md
@@ -23,6 +23,14 @@
23
# New Features
24
25
## 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.
34
35
## RPC Additions
36
0 commit comments