mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +00:00
Improve QR for BlueWallet Electrum Server
This commit is contained in:
parent
347fb1b607
commit
b5e6c9f1f4
|
@ -416,7 +416,7 @@ def page_lnd_pair_wallet():
|
|||
bluewallet_lndhub_local_img = "/api/get_qr_code_image?url="+urllib.quote_plus(bluewallet_lndhub_local_text)
|
||||
bluewallet_lndhub_tor_text = "bluewallet:setlndhuburl?url=http://"+lndhub_onion_url+":3000"
|
||||
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"
|
||||
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_img = "/api/get_qr_code_image?url="+urllib.quote_plus(bluewallet_electrs_tor_text)
|
||||
|
|
Loading…
Reference in New Issue
Block a user