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:
parent
00ea46d9ae
commit
5fd236c870
@ -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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user