Fix typo in gathering blocks
This commit is contained in:
parent
9235020999
commit
943715c812
@ -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:
|
try:
|
||||||
await asyncio.gather(*tasks)
|
await asyncio.gather(*tasks)
|
||||||
except CancelledError:
|
except CancelledError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user