From f36f7c1d84bce0f09b597bbff0a14818040d8973 Mon Sep 17 00:00:00 2001 From: ziggie Date: Sun, 17 Nov 2024 18:35:41 +0100 Subject: [PATCH] docs: add release-notes --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 4fc64028d3..2610b3f23a 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -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