lnd.xprv/invoices
Joost Jager a4a3c41924
channeldb: split cancel and add htlc updates
Previously the cancel and add actions were combined in a single map.
Nil values implictly signaled cancel actions. This wasn't very obvious.
Furthermore this split prepares for processing the adds and cancels
separately, which is more efficient if there are already two maps.
2019-12-04 14:51:40 +01:00
..
interface.go multi: replace NotifyExitHopHtlc eob param with hop.Payload 2019-11-04 15:10:32 -08:00
invoiceregistry_test.go invoices/test: add test context 2019-12-04 14:51:32 +01:00
invoiceregistry.go channeldb: split cancel and add htlc updates 2019-12-04 14:51:40 +01:00
log.go invoices: create package 2019-01-07 23:04:05 +01:00
update.go channeldb: split cancel and add htlc updates 2019-12-04 14:51:40 +01:00
utils_test.go htlcswitch: hodl invoice 2019-03-15 10:09:17 +01:00