Closed
Description
We should allow users to register interest in payments for which they got the preimage out-of-bounds. We'd then issue a PaymentClaimable
event similar to the one in LDK and would allow them to manually claim such payments.
Things to figure out:
- Should we keep a list of payment hashes for which we always issue
PaymentClaimable
, or issuePaymentClaimable
if we can't claim with our default logic already - Can we avoid
PaymentClaimable
being issued if users don't expect it? Should we have a config flag? Or could we even always issue it but auto-fail the payment if it's issued and the user callsevent_handled
without claiming the payment? - If/how we want to track them in the payment store
Metadata
Metadata
Assignees
Labels
No labels