lnd.xprv/chainntnfs/btcdnotify
Wilmer Paulino 7895f01e2e
chainntnfs: ensure proper fallback to scanning tx manually
In this commit, we address a bug where it's possible that we still
attempt to manually scan for a transaction to determine whether it's
been included in the chain even after successfully checking the txindex
and not finding it there. Now, we'll short-circuit this process by
exiting early if the txindex lookup was successful but the transaction
in question was not found. Otherwise, we'll fall back to the manual
scan.
2018-08-24 03:36:24 -07:00
..
btcd_debug.go chainntnfs: add height hint caches to chain notifiers 2018-08-21 12:55:51 -04:00
btcd_test.go chainntnfs: ensure proper fallback to scanning tx manually 2018-08-24 03:36:24 -07:00
btcd.go chainntnfs: ensure proper fallback to scanning tx manually 2018-08-24 03:36:24 -07:00
driver.go chainntnfs: add height hint caches to chain notifiers 2018-08-21 12:55:51 -04:00