File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ reflect their state on the channel commitment without having to send or receive
5656a certain amount of msats.
5757
5858## Functional Enhancements
59+ * [ Add] ( https://github.com/lightningnetwork/lnd/pull/9677 )
60+ ` ConfirmationsUntilActive ` and ` ConfirmationHeight ` field to the
61+ ` PendingChannelsResponse_PendingChannel ` message, providing users with the
62+ number of confirmations remaining before a pending channel becomes active and
63+ the block height at which the funding transaction was first confirmed.
64+ This change also persists the channel's confirmation height in the database
65+ once its funding transaction receives one confirmation, allowing tracking of
66+ confirmation progress before the channel becomes active.
5967
6068* RPCs ` walletrpc.EstimateFee ` and ` walletrpc.FundPsbt ` now
6169 [ allow] ( https://github.com/lightningnetwork/lnd/pull/10087 )
You can’t perform that action at this time.
0 commit comments