lnd.xprv/record
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
..
custom_records.go routerrpc+record: move custom set validation 2019-12-12 17:49:34 +01:00
experimental.go invoices: jit insert key send invoices 2019-12-23 21:51:19 +01:00
hop.go record+tlv/onion_types: move type constants to route/hop 2019-09-04 12:05:10 -07:00
mpp.go tlv+record+routing: add payload size calculation 2019-12-20 11:00:01 +01:00
record_test.go records/mpp: add MPP struct to create corresponding tlv.Record 2019-11-04 14:11:02 -08:00