Skip to content

Commit f797714

Browse files
authored
update documentation
1 parent 7e396ec commit f797714

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)