1
0

add simnet support (#4455)

This commit is contained in:
Janus Troelsen
2018-06-22 17:07:07 +02:00
committed by ghost43
parent a141c69b25
commit 4f85615734
4 changed files with 17 additions and 0 deletions

View File

@@ -835,6 +835,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("--regtest", action="store_true", dest="regtest", default=False, help="Use Regtest")
group.add_argument("--simnet", action="store_true", dest="simnet", default=False, help="Use Simnet")
def get_parser():
# create main parser