1
0

replace SSL checkbox in GUI with command line option

This commit is contained in:
ThomasV
2017-12-18 14:15:10 +01:00
parent 5c6544a296
commit dc388d4c7c
3 changed files with 8 additions and 13 deletions

View File

@@ -825,6 +825,7 @@ def add_global_options(parser):
group.add_argument("-P", "--portable", action="store_true", dest="portable", default=False, help="Use local 'electrum_data' directory")
group.add_argument("-w", "--wallet", dest="wallet_path", help="wallet path")
group.add_argument("--testnet", action="store_true", dest="testnet", default=False, help="Use Testnet")
group.add_argument("--nossl", action="store_true", dest="nossl", default=False, help="Disable SSL")
def get_parser():
# create main parser