docs: update release notes for fundpsbt max_fee_ratio

This commit is contained in:
George Tsagkarelis 2024-11-04 14:35:27 +01:00
parent b51dde7af8
commit c1f5908d9d
No known key found for this signature in database
GPG key ID: E08DEA9B12B66AF6

View file

@ -52,6 +52,9 @@
`sat_per_kw` which allows for more precise `sat_per_kw` which allows for more precise
fees](https://github.com/lightningnetwork/lnd/pull/9013). 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 ## lncli Additions
* [A pre-generated macaroon root key can now be specified in `lncli create` and * [A pre-generated macaroon root key can now be specified in `lncli create` and
@ -62,6 +65,9 @@
specify more precise fee specify more precise fee
rates](https://github.com/lightningnetwork/lnd/pull/9013). 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 # Improvements
## Functional Updates ## Functional Updates
@ -151,6 +157,7 @@
* Boris Nagaev * Boris Nagaev
* CharlieZKSmith * CharlieZKSmith
* Elle Mouton * Elle Mouton
* George Tsagkarelis
* Pins * Pins
* Viktor Tigerström * Viktor Tigerström
* Ziggie * Ziggie