File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,12 @@ close transaction.
162
162
tests to set a lower value for faster funding confirmation timeout while
163
163
keeping the default of 2016 blocks for production stability.
164
164
165
+ * Previously when sweeping inputs, the sweeper will wait until the specified
166
+ budget can be covered by the inputs, which could cause the sweep to be
167
+ delayed, and the sweeping tx ends up using large fees. This is now
168
+ [ changed] ( https://github.com/lightningnetwork/lnd/pull/9627 ) so the sweeper
169
+ will always attempt the sweep as long as the budget can be partially covered.
170
+
165
171
## RPC Additions
166
172
167
173
* [ Add a new rpc endpoint] ( https://github.com/lightningnetwork/lnd/pull/8843 )
@@ -183,6 +189,9 @@ close transaction.
183
189
RPC method now applies a default timeout of 60 seconds when the
184
190
` timeout_seconds ` field is not set or is explicitly set to 0.
185
191
192
+ * [ ` lnrpc.ClosedChannels ` now also includes the ` custom_channel_data ` used by
193
+ custom channels] ( https://github.com/lightningnetwork/lnd/pull/9504 ) .
194
+
186
195
## lncli Additions
187
196
188
197
* [ A pre-generated macaroon root key can now be specified in ` lncli create ` and
You can’t perform that action at this time.
0 commit comments