runner worker error reports bugfix
This commit is contained in:
@@ -155,7 +155,7 @@ class BlockStateRunner:
|
||||
if head != prev_blockhash:
|
||||
prev_blockhash = head
|
||||
await self.queue.put(head)
|
||||
log.debug(f'polled new block {head["number"]} {hexstr(head["hash"])}')
|
||||
log.debug(f'polled new block {hexstr(head)}')
|
||||
if not self.running:
|
||||
break
|
||||
await asyncio.sleep(config.polling)
|
||||
|
||||
Reference in New Issue
Block a user