Skip to content

Commit b240f98

Browse files
committed
add todo
1 parent 6f0352a commit b240f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chia/plotting/check_plots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def process_plot(plot_path: Path, plot_info: PlotInfo, num_start: int, num_end:
186186
# Other plot errors cause get_full_proof or validate_proof to throw an AssertionError
187187
try:
188188
proof_start_time = round(time() * 1000)
189+
# TODO : todo_v2_plots handle v2 plots
189190
proof = pr.get_full_proof(challenge, index, parallel_read)
190191
proof_spent_time = round(time() * 1000) - proof_start_time
191192
if proof_spent_time > 15000:

0 commit comments

Comments
 (0)