1
0

Merge pull request #2236 from kyuupichan/master

Add support for BU's nolnet
This commit is contained in:
ThomasV
2017-03-06 12:28:45 +01:00
committed by GitHub
6 changed files with 31 additions and 3 deletions

View File

@@ -775,6 +775,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