Skip to content

Commit 98d691e

Browse files
committed
docs: update release notes
1 parent 0251913 commit 98d691e

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
@@ -259,6 +259,14 @@
259259
* [Allow callers of ListSweeps to specify the start height](
260260
https://github.com/lightningnetwork/lnd/pull/7372).
261261

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+
262270
## lncli Updates
263271

264272
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).

0 commit comments

Comments
 (0)