Skip to content

Commit db52e7e

Browse files
committed
docs: update release notes
1 parent d0441a2 commit db52e7e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/release-notes/release-notes-0.18.0.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,6 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
342342
add coin selection strategy option to the following on-chain RPC calls
343343
`EstimateFee`, `SendMany`, `SendCoins`, `BatchOpenChannel`, `SendOutputs`, and `FundPsbt`.
344344

345-
* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
346-
`CloseChannel` for coop close, it is allowed to specify both an empty
347-
`SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
348-
This is [no longer allowed](
349-
https://github.com/lightningnetwork/lnd/pull/8422) and the caller must
350-
specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
351-
proper fee estimation.
352-
353345
* `BumpFee` has been updated to take advantage of the [new budget-based
354346
sweeper](https://github.com/lightningnetwork/lnd/pull/8667). The param
355347
`force` has been deprecated and replaced with a new param `immediate`, and a
@@ -421,6 +413,18 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
421413
manage the lifecycle of the inputs.
422414

423415
## Breaking Changes
416+
417+
* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
418+
`CloseChannel` for coop close, it is allowed to specify both an empty
419+
`SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
420+
This will [no longer be
421+
allowed](https://github.com/lightningnetwork/lnd/pull/8422) in the next
422+
release (v0.19.0) and the caller must specify either `SatPerVbyte` or
423+
`TargetConf` so the fee estimator can do a proper fee estimation. For current
424+
release, [an error will be
425+
logged](https://github.com/lightningnetwork/lnd/pull/8693) when no values are
426+
specified.
427+
424428
## Performance Improvements
425429

426430
* Watchtower client DB migration to massively [improve the start-up

0 commit comments

Comments
 (0)