|
|
|
@ -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', |
|
|
|
|