More BW Electrum QR updates

This commit is contained in:
Taylor Helsper 2021-07-05 22:21:50 -05:00
parent b5e6c9f1f4
commit c630290cab

View File

@ -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)