diff --git a/chia/plotting/check_plots.py b/chia/plotting/check_plots.py index 6308cfcc61f1..848c0300874b 100644 --- a/chia/plotting/check_plots.py +++ b/chia/plotting/check_plots.py @@ -187,9 +187,7 @@ def process_plot(plot_path: Path, plot_info: PlotInfo, num_start: int, num_end: if version == PlotVersion.V1: proofs = pr.get_qualities_for_challenge(challenge) else: - proofs = pr.get_partial_proofs_for_challenge( - challenge, DEFAULT_CONSTANTS.PLOT_DIFFICULTY_INITIAL - ) + proofs = pr.get_partial_proofs_for_challenge(challenge, DEFAULT_CONSTANTS.PLOT_STRENGTH_INITIAL) quality_spent_time = round(monotonic() * 1000) - quality_start_time if quality_spent_time > 8000: log.warning(