chore(engine): log about finished state updates in state root task (#13411)

This commit is contained in:
Alexey Shekhirin
2024-12-16 13:31:02 +02:00
committed by GitHub
parent 37ca54784b
commit ce4e35c814

View File

@ -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"
);