File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,15 @@ when running LND with an aux component injected (custom channels).
316
316
to include any [ gRPC metadata] ( https://grpc.io/docs/guides/metadata ) pairs
317
317
that are passed to the initial request via the ` context.Context ` .
318
318
319
+ * Previously when calling ` PendingSweeps ` , if the outputs being swept had a
320
+ locktime in the future, they would be filtered out. This is now
321
+ [ changed] ( https://github.com/lightningnetwork/lnd/pull/9772 ) such that all
322
+ outputs registered in the sweeper will be returned in the RPC response
323
+ regardless of their locktime, which enables users to plan ahead about upcoming
324
+ sweeps and implement customized aggregation logic. A new field
325
+ ` MaturityHeight ` is added to ` PendingSweep ` to show the absolute locktime
326
+ value.
327
+
319
328
## lncli Updates
320
329
321
330
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9605 ) a case where
You can’t perform that action at this time.
0 commit comments