-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Milestone
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 issuePaymentClaimableif we can't claim with our default logic already - Can we avoid
PaymentClaimablebeing 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_handledwithout claiming the payment? - If/how we want to track them in the payment store
Metadata
Metadata
Assignees
Labels
No labels