Skip to content
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
Closed
@johncantrell97

Description

@johncantrell97

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:

  1. A way to poll or regularly check if requests we are waiting on payment for have expired.
  2. When htlc_interception happens we should make sure the request is still valid

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions