docs: bitcoind is required for unit tests

This commit is contained in:
Oliver Gugger 2019-11-06 09:47:48 +01:00
parent 863d795c94
commit 2b163480cf
No known key found for this signature in database
GPG Key ID: 8E4256593F177720
2 changed files with 7 additions and 0 deletions

View File

@ -158,6 +158,9 @@ To check that `lnd` was installed properly run the following command:
make check
```
This command requires `bitcoind` (almost any version should do) to be available
in the system's `$PATH` variable. Otherwise some of the tests will fail.
# Available Backend Operating Modes
In order to run, `lnd` requires, that the user specify a chain backend. At the

View File

@ -9,6 +9,10 @@ make check
make install
```
The command `make check` requires `bitcoind` (almost any version should do) to
be available in the system's `$PATH` variable. Otherwise some of the tests will
fail.
Developers
==========