mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
docs: update release notes for fundpsbt max_fee_ratio
This commit is contained in:
parent
b51dde7af8
commit
c1f5908d9d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue