Browse Source

Merge #327: Correct help, Bitcoin Core wallets aren't supported for some time already

b75702e Correct help, Bitcoin Core wallets aren't supported for some time already (Kristaps Kaupe)
master
AdamISZ 7 years ago
parent
commit
c2abd26e3d
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      scripts/cli_options.py

2
scripts/cli_options.py

@ -368,7 +368,7 @@ def get_sendpayment_parser():
'usage: %prog [options] [wallet file] [amount] [destaddr]',
description='Sends a single payment from a given mixing depth of your '
+
'wallet to an given address using coinjoin and then switches off. Also sends from bitcoinqt. '
'wallet to an given address using coinjoin and then switches off. '
+
'Setting amount to zero will do a sweep, where the entire mix depth is emptied')
parser.add_option(

Loading…
Cancel
Save