Merge pull request #9274 from ziggie1984/remove-2x-value

The sweeper subsystem uses now also the configured budget values for HTLCs
This commit is contained in:
Elle
2025-01-13 19:09:11 +02:00
committed by GitHub
3 changed files with 9 additions and 22 deletions

View File

@@ -135,6 +135,10 @@
block. Check
[here](https://github.com/lightningnetwork/lnd/blob/master/chainio/README.md)
to learn more.
* [The sweeper](https://github.com/lightningnetwork/lnd/pull/9274) does now also
use the configured budget values for HTLCs (first level sweep) in parcticular
`--sweeper.budget.deadlinehtlcratio` and `--sweeper.budget.deadlinehtlc`.
## RPC Updates