There was an error while loading. Please reload this page.
2 parents 822b13e + 8cc6607 commit a7774c9Copy full SHA for a7774c9
1 file changed
chia_pool/reference.py
@@ -268,15 +268,15 @@ def wallet(
268
required=True,
269
help="The minimum difficulty for a farmer to be included in the pool",
270
show_default=True,
271
- default=10,
+ default=1,
272
)
273
@click.option(
274
"--default-difficulty",
275
type=int,
276
277
help="The default difficulty for a farmer if a difficulty is not suggested",
278
279
280
281
282
"--partial-time-limit",
0 commit comments