diff --git a/src/dexorder/runner.py b/src/dexorder/runner.py index fc41635..165c696 100644 --- a/src/dexorder/runner.py +++ b/src/dexorder/runner.py @@ -90,7 +90,7 @@ class BlockStateRunner(BlockProgressor): self.new_head_event.set() log.debug(f'new head {block}') if abs(block.timestamp-timestamp()) > 3: - log.warning(f'Blockchain {chain_id} time is off by {block.timestamp-timestamp():.1f}s') + log.info(f'Blockchain {chain_id} time is off by {block.timestamp-timestamp():.1f}s') if not self.running: break await async_yield()