mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
025d787fd2
When calling `NotifyExitHopHtlc` it is allowed to pass a chan to subscribe to the HTLC's resolution when it's settled. However, this method will also return immediately if there's already a resolution, which means it behaves like a notifier and a getter. If the caller decides to only use the getter to do a non-blocking lookup, it can pass a nil subscriber chan to bypass the notification. |
||
---|---|---|
.. | ||
errors.go | ||
interface.go | ||
invoice_expiry_watcher_test.go | ||
invoice_expiry_watcher.go | ||
invoiceregistry_test.go | ||
invoiceregistry.go | ||
invoices_test.go | ||
invoices.go | ||
log.go | ||
mock.go | ||
modification_interceptor_test.go | ||
modification_interceptor.go | ||
resolution_result.go | ||
resolution.go | ||
setup_test.go | ||
sql_store.go | ||
test_utils_test.go | ||
test_utils.go | ||
update_invoice_test.go | ||
update_invoice.go | ||
update.go |