From 4c485e988aae90c0d5a7a6cadcb72bd1f28014ba Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 6 Nov 2024 00:21:49 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 6337dd89..2bbcc4d5 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -48,12 +48,26 @@ `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). + +* [The `walletrpc.FundPsbt` method now has a new option to specify the maximum + fee to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600) + ## 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). + +* The `lncli wallet fundpsbt` command now has a [`--max_fee_ratio` argument to + specify the max fees to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600) + # Improvements ## Functional Updates @@ -143,6 +157,7 @@ * Boris Nagaev * CharlieZKSmith * Elle Mouton +* George Tsagkarelis * Pins * Viktor Tigerström -* Ziggie \ No newline at end of file +* Ziggie