From 5fd236c870fded2bb03d4f70596053dcdeba2a78 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Fri, 23 Feb 2018 18:27:23 -0500 Subject: [PATCH] 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. --- docs/INSTALL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 782868a5..4440e018 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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) ```