Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
add help message for direct send
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Oct 22, 2016
1 parent f78efb2 commit ab91528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sendpayment.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ def main():
action='store',
type='int',
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 4 to 6; use 0 to send *direct* to a destination '
'address, not using Joinmarket',
default=random.randint(4, 6))
parser.add_option(
'-C',
Expand Down

0 comments on commit ab91528

Please sign in to comment.