From 943715c812b3cecf4809003d8a358f55c3a6e709 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 30 Dec 2021 22:05:23 -0500 Subject: [PATCH] Fix typo in gathering blocks --- mev_inspect/inspector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: