lnd.xprv/invoices
Joost Jager 1d5844c196
invoices: jit insert key send invoices
This commit adds handling code for the key send custom record. If this
record is present and its hash matches the payment hash, invoice
registry will insert a new invoice into the database "just in time". The
subsequent settle flow is unchanged. The newly inserted invoice is
picked up and settled. Notifications will be broadcast as usual.
2019-12-23 21:51:19 +01:00
..
interface.go record: move CustomRecordSet 2019-12-12 00:12:19 +01:00
invoice_expiry_watcher_test.go invoices: adding InvoiceExpryWatcher to cancel expired invoices 2019-12-13 17:03:08 +01:00
invoice_expiry_watcher.go invoices: adding InvoiceExpryWatcher to cancel expired invoices 2019-12-13 17:03:08 +01:00
invoiceregistry_test.go invoices: jit insert key send invoices 2019-12-23 21:51:19 +01:00
invoiceregistry.go invoices: jit insert key send invoices 2019-12-23 21:51:19 +01:00
log.go invoices: create package 2019-01-07 23:04:05 +01:00
test_utils_test.go invoices: jit insert key send invoices 2019-12-23 21:51:19 +01:00
update.go invoices: jit insert key send invoices 2019-12-23 21:51:19 +01:00