File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 48
48
` BumpForceCloseFee ` which moves the functionality soley available in the
49
49
` lncli ` to LND hence making it more universal.
50
50
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
+
51
58
## lncli Additions
52
59
53
60
* [ A pre-generated macaroon root key can now be specified in ` lncli create ` and
54
61
` lncli createwatchonly ` ] ( https://github.com/lightningnetwork/lnd/pull/9172 ) to
55
62
allow for deterministic macaroon generation.
56
63
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
+
57
71
# Improvements
58
72
## Functional Updates
59
73
143
157
* Boris Nagaev
144
158
* CharlieZKSmith
145
159
* Elle Mouton
160
+ * George Tsagkarelis
146
161
* Pins
147
162
* Viktor Tigerström
148
- * Ziggie
163
+ * Ziggie
You can’t perform that action at this time.
0 commit comments