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
commit bec0d03cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: