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 f78efb2 commit ab91528Copy full SHA for ab91528
sendpayment.py
@@ -282,7 +282,9 @@ def main():
282
action='store',
283
type='int',
284
dest='makercount',
285
- help='how many makers to coinjoin with, default random from 4 to 6',
+ help='how many makers to coinjoin with, default random '
286
+ 'from 4 to 6; use 0 to send *direct* to a destination '
287
+ 'address, not using Joinmarket',
288
default=random.randint(4, 6))
289
parser.add_option(
290
'-C',
0 commit comments