From 582fe81e12a81189915955daa2d63422d0ac13dc Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Mon, 4 Nov 2024 14:35:27 +0100 Subject: [PATCH] docs: update release notes for fundpsbt max_fee_ratio --- docs/release-notes/release-notes-0.19.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 11613fcecd..2bbcc4d589 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -52,6 +52,9 @@ `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 @@ -62,6 +65,9 @@ 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 @@ -151,6 +157,7 @@ * Boris Nagaev * CharlieZKSmith * Elle Mouton +* George Tsagkarelis * Pins * Viktor Tigerström * Ziggie