"Runner started" log info

This commit is contained in:
tim
2024-09-25 16:32:37 -04:00
parent d4bf823a1c
commit a4f576d6ec

View File

@@ -211,12 +211,11 @@ class BlockStateRunner(BlockProgressor):
async def worker(self):
try:
log.debug(f'runner worker started')
log.info(f'Runner started')
w3 = current_w3.get()
chain = current_chain.get()
assert chain.id == await w3.eth.chain_id
current_clock.set(BlockClock())
fork = None
while self.running:
try:
await asyncio.wait_for(self.new_head_event.wait(), timeout=1) # todo configure