Skip to content

Commit ebf28ed

Browse files
committed
revert to (4,6) default for -N sendpayment; better in line with JoinMarket-Org#647
1 parent 4c6d9e5 commit ebf28ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sendpayment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ def main():
283283
type='int',
284284
dest='makercount',
285285
help='how many makers to coinjoin with, default random '
286-
'from 3 to 5; use 0 to send *direct* to a destination '
286+
'from 4 to 6; use 0 to send *direct* to a destination '
287287
'address, not using Joinmarket',
288-
default=random.randint(3, 5))
288+
default=random.randint(4, 6))
289289
parser.add_option(
290290
'-C',
291291
'--choose-cheapest',

0 commit comments

Comments
 (0)