docs: update reason for using btcd fork

We require roasbeef's fork of btcd as it has the neutrino serving additions, but mainline btcd doesn't yet.
This commit is contained in:
Dave Kerr 2018-02-23 18:27:23 -05:00 committed by Olaoluwa Osuntokun
parent 00ea46d9ae
commit 5fd236c870
1 changed files with 3 additions and 4 deletions

View File

@ -78,10 +78,9 @@ go install; go test -v -p 1 $(go list ./... | grep -v '/vendor/')
### Installing btcd
`lnd` currently requires `btcd` with segwit support, which is not yet merged
into the master branch. Instead, [roasbeef](https://github.com/roasbeef/btcd)
maintains a fork with his segwit implementation applied. To install, run the
following commands:
`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)
```