mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix syntax
This commit is contained in:
parent
cd0c55dbf4
commit
32ed4dba13
@ -38,7 +38,7 @@ if Path("/mnt/hdd/raspiblitz.conf").is_file():
|
||||
#DEFAULT_SHOPURL="shopdeu2vdhazvmllyfagdcvlpflzdyt5gwftmn4hjj3zw2oyelksaid.onion"
|
||||
DEFAULT_SHOPURL="shop.ip2t.org"
|
||||
LND_IP="127.0.0.1"
|
||||
LND_ADMIN_MACAROON_PATH="/mnt/hdd/app-data/lnd/data/chain/{0}/{1}net/admin.macaroon".format(fg.network.value,cfg.chain.value)
|
||||
LND_ADMIN_MACAROON_PATH="/mnt/hdd/app-data/lnd/data/chain/{0}/{1}net/admin.macaroon".format(cfg.network.value,cfg.chain.value)
|
||||
LND_TLS_PATH="/mnt/hdd/app-data/lnd/tls.cert"
|
||||
# make sure to make requests thru TOR 127.0.0.1:9050
|
||||
session.proxies = {'http': 'socks5h://127.0.0.1:9050', 'https': 'socks5h://127.0.0.1:9050'}
|
||||
|
Loading…
Reference in New Issue
Block a user