lnd.xprv/chainntnfs/bitcoindnotify
Olaoluwa Osuntokun 005510b54f
chainntnfs/bitcoindnotify: fix possible panic with lack of txindex
In this commit, we fix a recently introduced bug which can result in a
panic when bitcoind nodes without a txindex active are started. The
issue was that we would still defence the transaction's blockhash, which
would be nil if we detected that the backend didn't have the txindex
active.
2018-04-17 20:08:58 -07:00
..
bitcoind.go chainntnfs/bitcoindnotify: fix possible panic with lack of txindex 2018-04-17 20:08:58 -07:00
driver.go multi: add bitcoind drivers and tests 2018-01-15 13:59:34 -08:00