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

Commit 18fc797

Browse files
committed
Update to current lnd
1 parent aa54a3b commit 18fc797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/rpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package lnrpc;
2222
*
2323
* More information on how exactly the gRPC documentation is generated from
2424
* this proto file can be found here:
25-
* https://github.com/MaxFangX/lightning-api
25+
* https://github.com/lightninglabs/lightning-api
2626
*/
2727

2828
// The WalletUnlocker service is used to set up a wallet password for

assets/script/install_lnd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# versions
44
GO_TAG=1.10.3
5-
LND_TAG=a1f549754b61c1ba84466f0226997687127f7fc0
5+
LND_TAG=baee07ef480c15a731e0c87dc98d27269c5a80fa
66
BTCD_TAG=f899737d7f2764dc13e4d01ff00108ec58f766a9
77

88
# create empty btcd.conf for btcctl

0 commit comments

Comments
 (0)