From edb86d01bdfec4eef24aa19db507c6c9d8b4d78e Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 1 Aug 2019 15:46:37 +0200 Subject: [PATCH] Fix mainneu-neutrino patch --- assets/script/install_lnd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/install_lnd.sh b/assets/script/install_lnd.sh index 7ac7804aa..3836f008f 100755 --- a/assets/script/install_lnd.sh +++ b/assets/script/install_lnd.sh @@ -19,7 +19,7 @@ git clone https://github.com/lightningnetwork/lnd $GOPATH/src/github.com/lightni cd $GOPATH/src/github.com/lightningnetwork/lnd git checkout $LND_TAG # enable mainnet neutrino in lnd -git fetch https://github.com/halseth/lnd.git mainnet-neutrino && git cherry-pick d1c23009e00298ed50173fb7cd60bdfb2937d50f +git fetch https://github.com/halseth/lnd.git mainnet-neutrino:mainnet-neutrino && git cherry-pick mainnet-neutrino make && make install tags="experimental autopilotrpc" # install btcd