forked from LBRYCommunity/lbry-sdk
Merge pull request #2458 from lbryio/wallet_server_default_coin
default wallet server to LBC coin
This commit is contained in:
commit
daac3eed09
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…
Add table
Reference in a new issue