Skip to content

Commit 1446416

Browse files
committed
docs: update release notes
1 parent 9ea62cc commit 1446416

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

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+
247255
## lncli Updates
248256

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

0 commit comments

Comments
 (0)