default wallet server to LBC coin
This commit is contained in:
parent
a7b205603c
commit
2026848a77
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ def get_argument_parser():
|
|||
parser = argparse.ArgumentParser(
|
||||
prog="torba-server"
|
||||
)
|
||||
parser.add_argument("spvserver", type=str, help="Python class path to SPV server implementation.")
|
||||
parser.add_argument("spvserver", type=str, help="Python class path to SPV server implementation.",
|
||||
nargs="?", default="lbry.wallet.server.coin.LBC")
|
||||
return parser
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue