diff --git a/mev_inspect/inspector.py b/mev_inspect/inspector.py index 7783e7d..4327d84 100644 --- a/mev_inspect/inspector.py +++ b/mev_inspect/inspector.py @@ -76,7 +76,7 @@ class MEVInspector: ) ) ) - logger.info(f"Gathered {len(tasks)} blocks to inspect") + logger.info(f"Gathered {before_block-after_block} blocks to inspect") try: await asyncio.gather(*tasks) except CancelledError: