lnd.xprv/invoices
Joost Jager 05e6b62cb2
cnct+htlcswitch+invoices: report circuit key to invoice registry
Currently the invoice registry cannot tell apart the htlcs that pay to
an invoice. Because htlcs may also be replayed on startup, it isn't
possible to determine the total amount paid to an invoice.

This commit is a first step towards fixing that. It reports the circuit
keys of htlcs to the invoice registry, which forms the basis for
accurate invoice accounting.
2019-09-04 19:20:13 +02:00
..
invoiceregistry_test.go cnct+htlcswitch+invoices: report circuit key to invoice registry 2019-09-04 19:20:13 +02:00
invoiceregistry.go cnct+htlcswitch+invoices: report circuit key to invoice registry 2019-09-04 19:20:13 +02:00
log.go invoices: create package 2019-01-07 23:04:05 +01:00
utils_test.go htlcswitch: hodl invoice 2019-03-15 10:09:17 +01:00