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
56
56
a certain amount of msats.
57
57
58
58
## 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.
59
67
60
68
* RPCs ` walletrpc.EstimateFee ` and ` walletrpc.FundPsbt ` now
61
69
[ allow] ( https://github.com/lightningnetwork/lnd/pull/10087 )
You can’t perform that action at this time.
0 commit comments