mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
Remove --rpcwallet CLI option
It is not working (not implemented) since 995c123eec
This commit is contained in:
parent
a65b82271e
commit
fdd0d11919
1 changed files with 0 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue