Skip to content

Commit 43bc2b9

Browse files
docs: add release notes.
Signed-off-by: Nishant Bansal <[email protected]>
1 parent d57ad4f commit 43bc2b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.19.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ close transaction.
168168
[changed](https://github.com/lightningnetwork/lnd/pull/9627) so the sweeper
169169
will always attempt the sweep as long as the budget can be partially covered.
170170

171+
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
172+
`ConfirmationUntilConfirmed` field to the
173+
`PendingChannelsResponse_PendingChannel` message, providing users with the
174+
number of confirmations remaining before a pending channel becomes active.
175+
This change also persists the channel's short channel ID in the database once
176+
its funding transaction receives one confirmation, allowing tracking of
177+
confirmation progress even before the channel is fully open.
178+
171179
## RPC Additions
172180

173181
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)

0 commit comments

Comments
 (0)