Browse Source

correct sendpayment help message for -N

master
Adam Gibson 5 years ago
parent
commit
8d63cb8e8e
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmclient/jmclient/cli_options.py

2
jmclient/jmclient/cli_options.py

@ -468,7 +468,7 @@ def get_sendpayment_parser():
action='store', action='store',
type='int', type='int',
dest='makercount', dest='makercount',
help='how many makers to coinjoin with, default random from 4 to 6', help='how many makers to coinjoin with, default random from 8 to 10',
default=random.randint(8, 10)) default=random.randint(8, 10))
parser.add_option('-S', parser.add_option('-S',
'--schedule-file', '--schedule-file',

Loading…
Cancel
Save