lnd.xprv/chainntnfs/btcdnotify
Olaoluwa Osuntokun 274687471a
chainntnfs/btcdnotify: switch to async rescan call for historical spend ntfns
In this commit, we modify the way to handle historical spend dispatches
to ensure that we don't block the client for very old rescans. Rather
than blocking and waiting for the rescan to finish (which may take
minutes in the worst case), we'll now instead launch a goroutine to
handle the async response of the rescan.
2018-07-18 01:31:49 -07:00
..
btcd.go chainntnfs/btcdnotify: switch to async rescan call for historical spend ntfns 2018-07-18 01:31:49 -07:00
driver.go multi: switch over import paths from roasbeef/* to btcsuite/* 2018-07-13 17:05:39 -07:00