We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea62cc commit 1446416Copy full SHA for 1446416
docs/release-notes/release-notes-0.18.0.md
@@ -244,6 +244,14 @@
244
* [Allow callers of ListSweeps to specify the start height](
245
https://github.com/lightningnetwork/lnd/pull/7372).
246
247
+* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
248
+ `CloseChannel` for coop close, it is allowed to specify both an empty
249
+ `SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
250
+ This is [no longer allowed](
251
+ https://github.com/lightningnetwork/lnd/pull/8422) and the caller must
252
+ specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
253
+ proper fee estimation.
254
+
255
## lncli Updates
256
257
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
0 commit comments