lnd.xprv/chainntnfs/btcdnotify
Wilmer Paulino 1ee8d7518c
chainntnfs/btcdnotify: add chainParams parameter to btcdnotify.New
In this commit, we add the current chain parameters to the BtcdNotifier.
This will be used in a future commit in order to convert outputs scripts
into addresses. This is needed since the btcd 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
..
btcd_dev.go chainntnfs: initialize TxNotifier with new ReorgSafetyLimit 2019-01-11 16:58:15 -08:00
btcd_test.go chainntnfs/btcdnotify: add chainParams parameter to btcdnotify.New 2019-01-21 13:57:43 -08:00
btcd.go chainntnfs/btcdnotify: add chainParams parameter to btcdnotify.New 2019-01-21 13:57:43 -08:00
driver.go chainntnfs/btcdnotify: add chainParams parameter to btcdnotify.New 2019-01-21 13:57:43 -08:00