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
|
### Installing btcd
|
||||||
|
|
||||||
`lnd` currently requires `btcd` with segwit support, which is not yet merged
|
`lnd` currently requires the [roasbeef](https://github.com/roasbeef/btcd) fork
|
||||||
into the master branch. Instead, [roasbeef](https://github.com/roasbeef/btcd)
|
of `btcd` due to neutrino additions that are not yet available in the master
|
||||||
maintains a fork with his segwit implementation applied. To install, run the
|
branch. To install, run the following commands:
|
||||||
following commands:
|
|
||||||
|
|
||||||
Install **btcd**: (must be from roasbeef fork, not from btcsuite)
|
Install **btcd**: (must be from roasbeef fork, not from btcsuite)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user