mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 23:58:46 -05:00
chore(engine): log about finished state updates in state root task (#13411)
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user