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).
316316 to include any [ gRPC metadata] ( https://grpc.io/docs/guides/metadata ) pairs
317317 that are passed to the initial request via the ` context.Context ` .
318318
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+
319328## lncli Updates
320329
321330* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9605 ) a case where
You can’t perform that action at this time.
0 commit comments