We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0251913 commit 98d691eCopy full SHA for 98d691e
docs/release-notes/release-notes-0.18.0.md
@@ -259,6 +259,14 @@
259
* [Allow callers of ListSweeps to specify the start height](
260
https://github.com/lightningnetwork/lnd/pull/7372).
261
262
+* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
263
+ `CloseChannel` for coop close, it is allowed to specify both an empty
264
+ `SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
265
+ This is [no longer allowed](
266
+ https://github.com/lightningnetwork/lnd/pull/8422) and the caller must
267
+ specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
268
+ proper fee estimation.
269
+
270
## lncli Updates
271
272
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
0 commit comments