mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 14:48:14 +01:00
Merge pull request #8426 from breez/expose-closing-tx
Expose closing tx in waiting_close_channels
This commit is contained in:
@@ -187,6 +187,10 @@
|
||||
[MinConf](https://github.com/lightningnetwork/lnd/pull/8097)(minimum number
|
||||
of confirmations) has been added to the `WalletBalance` RPC call.
|
||||
|
||||
* `PendingChannels` now optionally returns the
|
||||
[raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426)
|
||||
in `waiting_close_channels`.
|
||||
|
||||
## lncli Updates
|
||||
|
||||
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
|
||||
@@ -202,6 +206,10 @@
|
||||
* [Use the default LND value in the buildroute rpc command for the
|
||||
final cltv delta](https://github.com/lightningnetwork/lnd/pull/8387).
|
||||
|
||||
* `pendingchannels` now optionally returns the
|
||||
[raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426)
|
||||
in `waiting_close_channels`.
|
||||
|
||||
## Code Health
|
||||
|
||||
* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).
|
||||
@@ -287,6 +295,7 @@
|
||||
* Carla Kirk-Cohen
|
||||
* Elle Mouton
|
||||
* ErikEk
|
||||
* Jesse de Wit
|
||||
* Keagan McClelland
|
||||
* Marcos Fernandez Perez
|
||||
* Matt Morehouse
|
||||
|
||||
Reference in New Issue
Block a user