File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 50
50
51
51
* [ Improved user experience] ( https://github.com/lightningnetwork/lnd/pull/9454 )
52
52
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.
53
62
54
63
## Tooling and Documentation
55
64
You can’t perform that action at this time.
0 commit comments