diff --git a/src/dexorder/runner.py b/src/dexorder/runner.py index 21c9ee1..c7aafaf 100644 --- a/src/dexorder/runner.py +++ b/src/dexorder/runner.py @@ -88,7 +88,7 @@ class BlockStateRunner(BlockProgressor): block = Block(chain_id, message['result']) self.set_latest_block(block) self.new_head_event.set() - log.debug(f'detected new head {block}') + 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') if not self.running: