runner bugfix
This commit is contained in:
@@ -402,6 +402,7 @@ class BlockStateRunner:
|
|||||||
self.state.delete_block(block.hash)
|
self.state.delete_block(block.hash)
|
||||||
if config.parallel_logevent_queries:
|
if config.parallel_logevent_queries:
|
||||||
for get_logs, *_ in batches:
|
for get_logs, *_ in batches:
|
||||||
|
if get_logs is not None:
|
||||||
# noinspection PyBroadException
|
# noinspection PyBroadException
|
||||||
try:
|
try:
|
||||||
await get_logs
|
await get_logs
|
||||||
|
|||||||
Reference in New Issue
Block a user