forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also allows plugins to do "hold invoices" a-la LND, useful for just-in-time inventory handling. We're careful to handle the invoice getting paid behind our backs, and the incoming HTLC going away. Once @cdecker's sphinx rework is in, we can also hand the raw payload to the invoice_payment_hook, for special effects. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
6630b99
commit 43d07aa
Showing
3 changed files
with
145 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters