Skip to content

Commit 0396922

Browse files
authored
difficulty -> strength (#20045)
1 parent 3acce7b commit 0396922

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chia/plotting/check_plots.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ def process_plot(plot_path: Path, plot_info: PlotInfo, num_start: int, num_end:
187187
if version == PlotVersion.V1:
188188
proofs = pr.get_qualities_for_challenge(challenge)
189189
else:
190-
proofs = pr.get_partial_proofs_for_challenge(
191-
challenge, DEFAULT_CONSTANTS.PLOT_DIFFICULTY_INITIAL
192-
)
190+
proofs = pr.get_partial_proofs_for_challenge(challenge, DEFAULT_CONSTANTS.PLOT_STRENGTH_INITIAL)
193191
quality_spent_time = round(monotonic() * 1000) - quality_start_time
194192
if quality_spent_time > 8000:
195193
log.warning(

0 commit comments

Comments
 (0)