remove http protocols from gui selector
This commit is contained in:
@@ -27,8 +27,10 @@ from electrum import DEFAULT_SERVERS, DEFAULT_PORTS
|
|||||||
|
|
||||||
from util import *
|
from util import *
|
||||||
|
|
||||||
protocol_names = ['TCP', 'HTTP', 'SSL', 'HTTPS']
|
#protocol_names = ['TCP', 'HTTP', 'SSL', 'HTTPS']
|
||||||
protocol_letters = 'thsg'
|
#protocol_letters = 'thsg'
|
||||||
|
protocol_names = ['TCP', 'SSL']
|
||||||
|
protocol_letters = 'ts'
|
||||||
|
|
||||||
class NetworkDialog(QDialog):
|
class NetworkDialog(QDialog):
|
||||||
def __init__(self, network, config, parent):
|
def __init__(self, network, config, parent):
|
||||||
|
|||||||
Reference in New Issue
Block a user