This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
LSPS2: Expiring of requests #27
Closed
Description
There is this concept of valid_until
in the opening fee params that specifies a datetime when this particular jit channel request becomes invalid.
We currently are not expiring requests. We are only checking the validity at the time the buy request is made. At a minimum we need:
- A way to poll or regularly check if requests we are waiting on payment for have expired.
- When htlc_interception happens we should make sure the request is still valid