Add support for BU's nolnet
Also update testnet servers Add missing self. in print_error call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user