docs+README: update docs to no longer imply that only btcd is support

In this commit, we modify the docs in order to clarify that both btcd
and bitcoind are supported as chain backends. Many users expressed
confusion as the old set of docs stated that we "require" my btcd fork,
rather than clarifying that *if* you want to use btcd, then you must use
my fork.
This commit is contained in:
Olaoluwa Osuntokun
2018-04-02 16:19:16 -07:00
parent b422e4ec1e
commit 000e77f36c
2 changed files with 6 additions and 6 deletions

View File

@@ -79,9 +79,10 @@ make check
### Installing btcd
`lnd` currently requires the [roasbeef](https://github.com/roasbeef/btcd) fork
of `btcd` due to neutrino additions that are not yet available in the master
branch. To install, run the following commands:
When using the `btcd` backend, `lnd` currently requires the
[roasbeef](https://github.com/roasbeef/btcd) fork of `btcd` due to neutrino
additions that are not yet available in the master branch. To install, run the
following commands:
Install **btcd**: (must be from roasbeef fork, not from btcsuite)
```