lnd.xprv/chainntnfs/btcdnotify
Johan T. Halseth 6b6beb4d7d
chainntnfs/btcd: start concurrent queues prior to connection
We would establish the connection to the chain backend and start getting
block notifications before we had started the concurrent queues, which
would lead to the OnBlockConnected call being blocked, and a deadlock
(since GetBestBlock would never return).

Instead we make sure to start the queues before establishing the
connection, consuming the notifications right away.
2019-09-16 08:54:06 +02:00
..
btcd_dev.go chainntnfs: initialize TxNotifier with new ReorgSafetyLimit 2019-01-11 16:58:15 -08:00
btcd_test.go chainntnfs/btcdnotify: support registration for script confirmations 2019-01-21 13:57:43 -08:00
btcd.go chainntnfs/btcd: start concurrent queues prior to connection 2019-09-16 08:54:06 +02:00
driver.go chainntnfs/btcdnotify: add chainParams parameter to btcdnotify.New 2019-01-21 13:57:43 -08:00