log tweak
This commit is contained in:
@@ -90,7 +90,7 @@ class BlockStateRunner(BlockProgressor):
|
|||||||
self.new_head_event.set()
|
self.new_head_event.set()
|
||||||
log.debug(f'new head {block}')
|
log.debug(f'new head {block}')
|
||||||
if abs(block.timestamp-timestamp()) > 3:
|
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:
|
if not self.running:
|
||||||
break
|
break
|
||||||
await async_yield()
|
await async_yield()
|
||||||
|
|||||||
Reference in New Issue
Block a user