mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
docs: update release notes
This commit is contained in:
parent
61e9c11881
commit
1e6e443a0b
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user