makefile: update to fetch btcsuite/btcd instead of roasbeef/btcd

This commit is contained in:
Olaoluwa Osuntokun 2018-06-04 18:35:45 -07:00
parent 6f60f139f4
commit 584834aa95
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -2,7 +2,7 @@ PKG := github.com/lightningnetwork/lnd
ESCPKG := github.com\/lightningnetwork\/lnd
DEP_PKG := github.com/golang/dep/cmd/dep
BTCD_PKG := github.com/roasbeef/btcd
BTCD_PKG := github.com/btcsuite/btcd
GLIDE_PKG := github.com/Masterminds/glide
GOVERALLS_PKG := github.com/mattn/goveralls
LINT_PKG := gopkg.in/alecthomas/gometalinter.v1
@ -110,7 +110,7 @@ dep: $(DEP_BIN)
$(BTCD_DIR):
@$(call print, "Fetching btcd.")
go get -d github.com/roasbeef/btcd
go get -d github.com/btcsuite/btcd
btcd: $(GLIDE_BIN) $(BTCD_DIR)
@$(call print, "Compiling btcd dependencies.")