Merge pull request #201 from flashbots/fix-typo

Fix typo in gathering blocks
This commit is contained in:
Luke Van Seters
2021-12-31 14:49:33 -05:00
committed by GitHub

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: