From b75702e540fe0ccb3050800f4850237027d19596 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Wed, 6 Feb 2019 20:25:38 +0200 Subject: [PATCH] Correct help, Bitcoin Core wallets aren't supported for some time already --- scripts/cli_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli_options.py b/scripts/cli_options.py index f5639cc..f2a297d 100644 --- a/scripts/cli_options.py +++ b/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(