Actually fix whitespace

This commit is contained in:
teor 2020-10-26 23:11:52 +10:00 committed by Deirdre Connolly
parent bbe4aa47ea
commit a141c336ab
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ where
while let Some(result) = async_checks.next().await {
result.map_err(VerifyBlockError::Transaction)?;
}
// Update the metrics after all the validation is finished
tracing::trace!("verified block");
metrics::gauge!("block.verified.block.height", height.0 as _);