You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/release-notes-0.20.0.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
143
143
a whole. This new config prevents a single misbehaving peer from using up all
144
144
the bandwidth.
145
145
146
+
*[Add sat_per_kw option for more fine granular control of transaction
147
+
fees](https://github.com/lightningnetwork/lnd/pull/10067). This option is added for the sendcoins, sendmany, openchannel, batchopenchannel,
148
+
closechannel, closeallchannels and wallet bumpfee commands. Also add
149
+
max_fee_per_kw for closechannel command.
150
+
146
151
## lncli Additions
147
152
148
153
*[`lncli sendpayment` and `lncli queryroutes` now support the
@@ -154,6 +159,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
154
159
[`--incoming_chan_ids` and `--outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
155
160
These filters allows to query forwarding events for specific channels.
156
161
162
+
* The [--sat_per_vbyte](https://github.com/lightningnetwork/lnd/pull/10067)
163
+
option now supports fractional values (e.g. 1.05).
164
+
This option is added for the sendcoins, sendmany, openchannel,
165
+
batchopenchannel, closechannel, closeallchannels and wallet bumpfee commands. The max_fee_rate argument for closechannel also supports fractional values.
166
+
157
167
# Improvements
158
168
## Functional Updates
159
169
@@ -256,6 +266,10 @@ reader of a payment request.
256
266
v0.21.0. The `--tor.v2` configuration option is now
0 commit comments