Fix typo in gathering blocks

This commit is contained in:
Luke Van Seters 2021-12-30 22:05:23 -05:00
parent 9235020999
commit 943715c812

View File

@ -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: