When running make check in the "Installing lnd" section of the installation documentation, i get some failures due to a missing executable, bitcoind.
=== RUN TestFilteredChainView
--- FAIL: TestFilteredChainView (0.49s)
interface_test.go:896: Testing 'bitcoind_zmq' implementation of FilteredChainView
interface_test.go:901: unable to make chain view: exec: "bitcoind": executable file not found in $PATH
This bug seems like a regression of #9
When running
make check
in the "Installing lnd" section of the installation documentation, i get some failures due to a missing executable, bitcoind.