From c630290cabdd809243963b48206d3d96a760bf0e Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 5 Jul 2021 22:21:50 -0500 Subject: [PATCH] More BW Electrum QR updates --- rootfs/standard/var/www/mynode/lnd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/standard/var/www/mynode/lnd.py b/rootfs/standard/var/www/mynode/lnd.py index 49523bd4..4ef369f5 100644 --- a/rootfs/standard/var/www/mynode/lnd.py +++ b/rootfs/standard/var/www/mynode/lnd.py @@ -418,7 +418,7 @@ def page_lnd_pair_wallet(): bluewallet_lndhub_tor_img = "/api/get_qr_code_image?url="+urllib.quote_plus(bluewallet_lndhub_tor_text) bluewallet_electrs_local_text = "bluewallet:setelectrumserver?server="+local_ip+":50002:s" bluewallet_electrs_local_img = "/api/get_qr_code_image?url="+urllib.quote_plus(bluewallet_electrs_local_text) - bluewallet_electrs_tor_text = "bluewallet:setelectrumserver?server="+electrs_onion_url+":50001" # Use non-SSL for Tor (scans in Bluewallet better) + bluewallet_electrs_tor_text = "bluewallet:setelectrumserver?server="+electrs_onion_url+":50001:t" # Use non-SSL for Tor (scans in Bluewallet better) bluewallet_electrs_tor_img = "/api/get_qr_code_image?url="+urllib.quote_plus(bluewallet_electrs_tor_text)