From 8849dd21d461628097e48569efaaa33483ea75d6 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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 6337dd89f..11613fcec 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -48,12 +48,20 @@ `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/9013). + ## lncli Additions * [A pre-generated macaroon root key can now be specified in `lncli create` and `lncli createwatchonly`](https://github.com/lightningnetwork/lnd/pull/9172) to allow for deterministic macaroon generation. +* [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/9013). + # Improvements ## Functional Updates @@ -145,4 +153,4 @@ * Elle Mouton * Pins * Viktor Tigerström -* Ziggie \ No newline at end of file +* Ziggie