From fdd0d11919a70d708e10801a65b2452f83124af7 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sun, 21 Oct 2018 13:55:23 +0300 Subject: [PATCH] Remove --rpcwallet CLI option It is not working (not implemented) since 995c123eecbbbf84b6676cfec5578fa6ae6dffdd --- scripts/cli_options.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/cli_options.py b/scripts/cli_options.py index a19d099..91428ba 100644 --- a/scripts/cli_options.py +++ b/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',