Skip to content

Commit 470bf42

Browse files
committedFeb 28, 2024
docs: update release notes
1 parent f010d69 commit 470bf42

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

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+
235243
## lncli Updates
236244

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

0 commit comments

Comments
 (0)