Skip to content

Commit 022b358

Browse files
committed
docs: update release-notes
1 parent 34c4d12 commit 022b358

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release-notes/release-notes-0.18.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050

5151
* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454)
5252
by returning a custom error code when HTLC carries incorrect custom records.
53+
54+
* [Make input validation stricter](https://github.com/lightningnetwork/lnd/pull/9470)
55+
when using the `BumpFee`, `BumpCloseFee(deprecated)` and `BumpForceCloseFee`
56+
RPCs. For the `BumpFee` RPC the new param `deadline_delta` is introduced. For
57+
the `BumpForceCloseFee` RPC the param `conf_target` was added. The conf_target
58+
changed in its meaning for all the RPCs which had it before. Now it is used
59+
for estimating the starting fee rate instead of being treated as the deadline,
60+
and it cannot be set together with `StartingFeeRate`. Moreover if the user now
61+
specifies the `deadline_delta` param, the budget value has to be set as well.
5362

5463
## Tooling and Documentation
5564

0 commit comments

Comments
 (0)