mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(engine): downgrade pipeline inconsistency log to debug (#5196)
This commit is contained in:
@ -347,7 +347,7 @@ where
|
||||
// If the checkpoint of any stage is less than the checkpoint of the first stage,
|
||||
// retrieve and return the block hash of the latest header and use it as the target.
|
||||
if stage_checkpoint < first_stage_checkpoint {
|
||||
warn!(
|
||||
debug!(
|
||||
target: "consensus::engine",
|
||||
first_stage_checkpoint,
|
||||
inconsistent_stage_id = %stage_id,
|
||||
|
||||
Reference in New Issue
Block a user