docs: add release note for 8426

This commit is contained in:
Jesse de Wit 2024-01-25 12:35:04 +01:00
parent ef3aa84c10
commit 172e8366d4
No known key found for this signature in database
GPG Key ID: 78A9DCCE385AE6B4

View File

@ -179,6 +179,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).
@ -194,6 +198,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).
@ -278,6 +286,7 @@
* Carla Kirk-Cohen
* Elle Mouton
* ErikEk
* Jesse de Wit
* Keagan McClelland
* Marcos Fernandez Perez
* Matt Morehouse