Skip to content

Commit a7774c9

Browse files
authored
Merge pull request #48 from Chia-Network/quex.difficulty_nums
Set lower default and minimum difficulty
2 parents 822b13e + 8cc6607 commit a7774c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chia_pool/reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,15 @@ def wallet(
268268
required=True,
269269
help="The minimum difficulty for a farmer to be included in the pool",
270270
show_default=True,
271-
default=10,
271+
default=1,
272272
)
273273
@click.option(
274274
"--default-difficulty",
275275
type=int,
276276
required=True,
277277
help="The default difficulty for a farmer if a difficulty is not suggested",
278278
show_default=True,
279-
default=10,
279+
default=1,
280280
)
281281
@click.option(
282282
"--partial-time-limit",

0 commit comments

Comments
 (0)