mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00: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