docs: update release notes

This commit is contained in:
yyforyongyu 2024-01-10 02:36:29 +08:00
parent 61e9c11881
commit 1e6e443a0b
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -321,6 +321,14 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
add coin selection strategy option to the following on-chain RPC calls
`EstimateFee`, `SendMany`, `SendCoins`, `BatchOpenChannel`, `SendOutputs`, and `FundPsbt`.
* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
`CloseChannel` for coop close, it is allowed to specify both an empty
`SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
This is [no longer allowed](
https://github.com/lightningnetwork/lnd/pull/8422) and the caller must
specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
proper fee estimation.
## lncli Updates
* [Documented all available `lncli`