From aacb94c6d384bb7c61765bba067204053456f24a Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Thu, 17 Jul 2025 11:42:10 -0300 Subject: [PATCH] doc: add release note (EstimateFee conf_target 1) --- docs/release-notes/release-notes-0.20.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 1485fd996..af512597e 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -45,6 +45,10 @@ ## Functional Enhancements +* RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now + [allow](https://github.com/lightningnetwork/lnd/pull/10087) + `conf_target=1`. Previously they required `conf_target >= 2`. + ## RPC Additions * When querying [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813) logs, the response now include the incoming and outgoing htlc indices of the payment