We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f010d69 commit 470bf42Copy full SHA for 470bf42
docs/release-notes/release-notes-0.18.0.md
@@ -232,6 +232,14 @@
232
* [Allow callers of ListSweeps to specify the start height](
233
https://github.com/lightningnetwork/lnd/pull/7372).
234
235
+* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
236
+ `CloseChannel` for coop close, it is allowed to specify both an empty
237
+ `SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
238
+ This is [no longer allowed](
239
+ https://github.com/lightningnetwork/lnd/pull/8422) and the caller must
240
+ specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
241
+ proper fee estimation.
242
+
243
## lncli Updates
244
245
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
0 commit comments