From 8a25c9b99502f0e0dc59379551a647a6ad5286b2 Mon Sep 17 00:00:00 2001 From: cAP5L0CK Date: Sun, 1 Dec 2019 20:31:56 -0600 Subject: [PATCH] Update constants.py --- node_launcher/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_launcher/constants.py b/node_launcher/constants.py index 1ecb2c78..99a8680c 100644 --- a/node_launcher/constants.py +++ b/node_launcher/constants.py @@ -10,7 +10,7 @@ TOR_WEBSITE = 'http://www.torproject.org/dist/torbrowser/' TARGET_BITCOIN_RELEASE = 'v0.18.1' -TARGET_LND_RELEASE = 'v0.7.1-beta' +TARGET_LND_RELEASE = 'v0.8.1-beta' class StringConstant(object):