Browse Source

Merge #200: Remove --rpcwallet CLI option

fdd0d11 Remove --rpcwallet CLI option (Kristaps Kaupe)
master
AdamISZ 7 years ago
parent
commit
33bcbc5713
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 8
      scripts/cli_options.py

8
scripts/cli_options.py

@ -268,14 +268,6 @@ def get_sendpayment_parser():
dest='answeryes',
default=False,
help='answer yes to everything')
parser.add_option(
'--rpcwallet',
action='store_true',
dest='userpcwallet',
default=False,
help=('Use the Bitcoin Core wallet through json rpc, instead '
'of the internal joinmarket wallet. Requires '
'blockchain_source=json-rpc'))
parser.add_option('--fast',
action='store_true',
dest='fastsync',

Loading…
Cancel
Save