mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: Error -> Failed for failed make_canonical call (#3376)
This commit is contained in:
@@ -671,7 +671,7 @@ where
|
||||
error: Error,
|
||||
) -> PayloadStatus {
|
||||
debug_assert!(self.sync.is_pipeline_idle(), "pipeline must be idle");
|
||||
warn!(target: "consensus::engine", ?error, ?state, "Error canonicalizing the head hash");
|
||||
warn!(target: "consensus::engine", ?error, ?state, "Failed to canonicalize the head hash");
|
||||
|
||||
// check if the new head was previously invalidated, if so then we deem this FCU
|
||||
// as invalid
|
||||
|
||||
Reference in New Issue
Block a user