diff --git a/crates/engine/tree/src/tree/root.rs b/crates/engine/tree/src/tree/root.rs index f2f3dba818..204c71f406 100644 --- a/crates/engine/tree/src/tree/root.rs +++ b/crates/engine/tree/src/tree/root.rs @@ -480,6 +480,7 @@ where ); } StateRootMessage::FinishedStateUpdates => { + trace!(target: "engine::root", "Finished state updates"); updates_finished = true; } StateRootMessage::ProofCalculated(proof_calculated) => { @@ -542,6 +543,7 @@ where has_new_proofs, all_proofs_received, no_pending, + ?updates_finished, "State check" );