From d16effbe60d48439e897667feada54a2d32e87ab Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 15 Aug 2024 15:27:02 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.19.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 869e235115..d5ce88c033 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -31,8 +31,16 @@ `BumpForceCloseFee` which moves the functionality soley available in the `lncli` to LND hence making it more universal. +* [The `walletrpc.FundPsbt` RPC method now has an option to specify the fee as + `sat_per_kw` which allows for more precise + fees](https://github.com/lightningnetwork/lnd/pull/9012). + ## lncli Additions +* [The `lncli wallet fundpsbt` sub command now has a `--sat_per_kw` flag to + specify more precise fee + rates](https://github.com/lightningnetwork/lnd/pull/9012). + # Improvements ## Functional Updates