consensus: add remaining checks trace counter to tx verifier
This commit is contained in:
parent
a2a70e1fc1
commit
e4f38582fd
|
@ -219,6 +219,7 @@ where
|
||||||
// Finally, wait for all asynchronous checks to complete
|
// Finally, wait for all asynchronous checks to complete
|
||||||
// successfully, or fail verification if they error.
|
// successfully, or fail verification if they error.
|
||||||
while let Some(check) = async_checks.next().await {
|
while let Some(check) = async_checks.next().await {
|
||||||
|
tracing::trace!(?check, remaining = async_checks.len());
|
||||||
check?;
|
check?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue