We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd23ef commit 72d6828Copy full SHA for 72d6828
chia/harvester/harvester_api.py
@@ -421,7 +421,6 @@ async def lookup_challenge(
421
self.harvester.log.debug(f"new_signage_point_harvester {passed} plots passed the plot filter")
422
423
# Concurrently executes all lookups on disk, to take advantage of multiple disk parallelism
424
- time_taken = time.monotonic() - start
425
total_proofs_found = 0
426
total_v2_partial_proofs_found = 0
427
@@ -442,6 +441,7 @@ async def lookup_challenge(
442
441
else:
443
total_v2_partial_proofs_found = results[0]
444
+ time_taken = time.monotonic() - start
445
now = uint64(time.time())
446
447
farming_info = FarmingInfo(
0 commit comments