We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57ad4f commit 0e4bc79Copy full SHA for 0e4bc79
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
+ `ConfirmationUntilConfirmed` 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 even before the channel is fully open.
33
34
## RPC Additions
35
0 commit comments