mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
In this commit, we update the logic in `updateInvoice` to allow callers to pass in either a hint, or the setID in the update callback. This makes things more efficient for AMP invoices with thousands of recurring payments, as we no longer need to read out _all_ the invoices each time we go to update the state of a few HTLCs. |
||
---|---|---|
.. | ||
interface.go | ||
invoice_expiry_watcher.go | ||
invoice_expiry_watcher_test.go | ||
invoiceregistry.go | ||
invoiceregistry_test.go | ||
log.go | ||
resolution.go | ||
resolution_result.go | ||
test_utils_test.go | ||
update.go |