We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cef9fb commit 161d639Copy full SHA for 161d639
docs/release-notes/release-notes-0.20.0.md
@@ -23,6 +23,13 @@
23
# New Features
24
25
## Functional Enhancements
26
+* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
27
+ `ConfirmationsUntilActive` field to the
28
+ `PendingChannelsResponse_PendingChannel` message, providing users with the
29
+ number of confirmations remaining before a pending channel becomes active.
30
+ This change also persists the channel's short channel ID in the database once
31
+ its funding transaction receives one confirmation, allowing tracking of
32
+ confirmation progress before the channel is active.
33
34
## RPC Additions
35
0 commit comments