chore: Error -> Failed for failed make_canonical call (#3376)

This commit is contained in:
Matthias Seitz
2023-06-25 18:45:58 +02:00
committed by GitHub
parent 48ee8e0960
commit 63fbc48c60

View File

@@ -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