We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is this concept of valid_until in the opening fee params that specifies a datetime when this particular jit channel request becomes invalid.
valid_until
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:
The text was updated successfully, but these errors were encountered:
lightning-liquidity
As of lightningdevkit/rust-lightning#3436 we now prune expired requests on peer disconnection and on block connection.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: