diff --git a/src/dexorder/runner.py b/src/dexorder/runner.py index d89ce12..44edd4d 100644 --- a/src/dexorder/runner.py +++ b/src/dexorder/runner.py @@ -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