Skip to content

Commit 893799a

Browse files
committed
docs: update release notes
1 parent 23bb638 commit 893799a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.18.0.md

+8
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,14 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
286286
* [Allow callers of `ListSweeps` to specify the start
287287
height](https://github.com/lightningnetwork/lnd/pull/7372).
288288

289+
* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
290+
`CloseChannel` for coop close, it is allowed to specify both an empty
291+
`SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
292+
This is [no longer allowed](
293+
https://github.com/lightningnetwork/lnd/pull/8422) and the caller must
294+
specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
295+
proper fee estimation.
296+
289297
## lncli Updates
290298

291299
* [Documented all available `lncli`

0 commit comments

Comments
 (0)