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

Commit edb86d0

Browse files
committed
Fix mainneu-neutrino patch
1 parent 1ab4eb4 commit edb86d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/script/install_lnd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git clone https://github.com/lightningnetwork/lnd $GOPATH/src/github.com/lightni
1919
cd $GOPATH/src/github.com/lightningnetwork/lnd
2020
git checkout $LND_TAG
2121
# enable mainnet neutrino in lnd
22-
git fetch https://github.com/halseth/lnd.git mainnet-neutrino && git cherry-pick d1c23009e00298ed50173fb7cd60bdfb2937d50f
22+
git fetch https://github.com/halseth/lnd.git mainnet-neutrino:mainnet-neutrino && git cherry-pick mainnet-neutrino
2323
make && make install tags="experimental autopilotrpc"
2424

2525
# install btcd

0 commit comments

Comments
 (0)