lnd.xprv/chainntnfs/bitcoindnotify
Wilmer Paulino 686e734e22
chainntnfs/bitcoindnotify: add chainParams parameter to bitcoindnotify.New
In this commit, we add the current chain parameters to the
BitcoindNotifier. This will be used in a future commit in order to
convert outputs scripts into addresses. This is needed since the
bitcoind backend uses these addresses to detect whether the script
encoded within it was spent by a transaction in the chain.
2019-01-21 13:57:43 -08:00
..
bitcoind_dev.go chainntnfs: initialize TxNotifier with new ReorgSafetyLimit 2019-01-11 16:58:15 -08:00
bitcoind_test.go chainntnfs/bitcoindnotify: add chainParams parameter to bitcoindnotify.New 2019-01-21 13:57:43 -08:00
bitcoind.go chainntnfs/bitcoindnotify: add chainParams parameter to bitcoindnotify.New 2019-01-21 13:57:43 -08:00
driver.go chainntnfs/bitcoindnotify: add chainParams parameter to bitcoindnotify.New 2019-01-21 13:57:43 -08:00