We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bb638 commit 893799aCopy full SHA for 893799a
docs/release-notes/release-notes-0.18.0.md
@@ -286,6 +286,14 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
286
* [Allow callers of `ListSweeps` to specify the start
287
height](https://github.com/lightningnetwork/lnd/pull/7372).
288
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
+
297
## lncli Updates
298
299
* [Documented all available `lncli`
0 commit comments