mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 19:41:21 +02:00
Merge pull request #9677 from NishantBansal2003/conf-count
Expose confirmation count for pending 'channel open' transactions
This commit is contained in:
@@ -56,6 +56,14 @@ reflect their state on the channel commitment without having to send or receive
|
||||
a certain amount of msats.
|
||||
|
||||
## Functional Enhancements
|
||||
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
|
||||
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
|
||||
`PendingChannelsResponse_PendingChannel` message, providing users with the
|
||||
number of confirmations remaining before a pending channel becomes active and
|
||||
the block height at which the funding transaction was first confirmed.
|
||||
This change also persists the channel's confirmation height in the database
|
||||
once its funding transaction receives one confirmation, allowing tracking of
|
||||
confirmation progress before the channel becomes active.
|
||||
|
||||
* RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now
|
||||
[allow](https://github.com/lightningnetwork/lnd/pull/10087)
|
||||
|
Reference in New Issue
Block a user