1
0

Add support for BU's nolnet

Also update testnet servers
Add missing self. in print_error call
This commit is contained in:
Neil Booth
2017-03-04 11:01:32 +09:00
parent b2d66b2a6f
commit 8888a50549
6 changed files with 31 additions and 3 deletions

View File

@@ -778,6 +778,7 @@ def add_global_options(parser):
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("--segwit", action="store_true", dest="segwit", default=False, help="The Wizard will create Segwit seed phrases (Testnet only).")
group.add_argument("--nolnet", action="store_true", dest="nolnet", default=False, help="Use Nolnet")
def get_parser():
# create main parser