Merge pull request #2236 from kyuupichan/master
Add support for BU's nolnet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user