log tweak
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user