We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6d9e5 commit ebf28edCopy full SHA for ebf28ed
sendpayment.py
@@ -283,9 +283,9 @@ def main():
283
type='int',
284
dest='makercount',
285
help='how many makers to coinjoin with, default random '
286
- 'from 3 to 5; use 0 to send *direct* to a destination '
+ 'from 4 to 6; use 0 to send *direct* to a destination '
287
'address, not using Joinmarket',
288
- default=random.randint(3, 5))
+ default=random.randint(4, 6))
289
parser.add_option(
290
'-C',
291
'--choose-cheapest',
0 commit comments