lightninglabs/lightning-dev-site

`make check` fails due to missing bitcoind daemon

Closed this issue · 1 comments

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.

=== 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

the fix for me was to brew install bitcoin after upgrading homebrew (brew update)