mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
changed LND source to latest commit
This commit is contained in:
@@ -245,7 +245,7 @@ echo "*** Build LND from Source ***"
|
|||||||
go get -d github.com/lightningnetwork/lnd
|
go get -d github.com/lightningnetwork/lnd
|
||||||
# make sure to always have the same code (commit) to build
|
# make sure to always have the same code (commit) to build
|
||||||
# TODO: To update lnd -> change to latest commit
|
# TODO: To update lnd -> change to latest commit
|
||||||
sudo git checkout e069dd7f04535ba102095fe3106e80b64553e3f6
|
sudo git checkout 26f68da5b2883885fcf6a8e79b3fc9bb12cc9eef
|
||||||
cd $GOPATH/src/github.com/lightningnetwork/lnd
|
cd $GOPATH/src/github.com/lightningnetwork/lnd
|
||||||
make && make install
|
make && make install
|
||||||
sudo chmod 555 /usr/local/gocode/bin/lncli
|
sudo chmod 555 /usr/local/gocode/bin/lncli
|
||||||
|
|||||||
Reference in New Issue
Block a user