Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Fix mainneu-neutrino patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed Aug 1, 2019
1 parent 1ab4eb4 commit edb86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/script/install_lnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edb86d0

Please # to comment.