runner worker error reports bugfix

This commit is contained in:
Tim Olson
2024-01-05 16:19:48 -04:00
parent d03b9af456
commit 063ef3fc65

View File

@@ -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)