mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 11:29:27 +00:00
Change BlueWallet Electrum+Tor to use port 50001 since it scans better
This commit is contained in:
parent
b1351f26da
commit
74dd7da776
|
@ -410,7 +410,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"
|
||||
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+":50002"
|
||||
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