mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
This commit exports UpdateResult so that calling functions can interpret the outcome of an invoice update. This is useful for determining the wire failure required (fail invalid details or mpp_timeout once implemented) and for notifying specific htlc failure details. The enum is renamed to ResolutionResult. |
||
---|---|---|
.. | ||
interface.go | ||
invoice_expiry_watcher.go | ||
invoice_expiry_watcher_test.go | ||
invoiceregistry.go | ||
invoiceregistry_test.go | ||
log.go | ||
test_utils_test.go | ||
update.go |