File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 4848 ` BumpForceCloseFee ` which moves the functionality soley available in the
4949 ` lncli ` to LND hence making it more universal.
5050
51+ * [ The ` walletrpc.FundPsbt ` RPC method now has an option to specify the fee as
52+ ` sat_per_kw ` which allows for more precise
53+ fees] ( https://github.com/lightningnetwork/lnd/pull/9013 ) .
54+
55+ * [ The ` walletrpc.FundPsbt ` method now has a new option to specify the maximum
56+ fee to output amounts ratio.] ( https://github.com/lightningnetwork/lnd/pull/8600 )
57+
5158## lncli Additions
5259
5360* [ A pre-generated macaroon root key can now be specified in ` lncli create ` and
5461 ` lncli createwatchonly ` ] ( https://github.com/lightningnetwork/lnd/pull/9172 ) to
5562 allow for deterministic macaroon generation.
5663
64+ * [ The ` lncli wallet fundpsbt ` sub command now has a ` --sat_per_kw ` flag to
65+ specify more precise fee
66+ rates] ( https://github.com/lightningnetwork/lnd/pull/9013 ) .
67+
68+ * The ` lncli wallet fundpsbt ` command now has a [ ` --max_fee_ratio ` argument to
69+ specify the max fees to output amounts ratio.] ( https://github.com/lightningnetwork/lnd/pull/8600 )
70+
5771# Improvements
5872## Functional Updates
5973
143157* Boris Nagaev
144158* CharlieZKSmith
145159* Elle Mouton
160+ * George Tsagkarelis
146161* Pins
147162* Viktor Tigerström
148- * Ziggie
163+ * Ziggie
You can’t perform that action at this time.
0 commit comments