fix typo on log

This commit is contained in:
Francisco Gindre 2023-05-17 11:22:25 -03:00 committed by GitHub
parent d091660b79
commit 630737e511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extension BlockValidatorImpl: BlockValidator {
pushProgressReport(startTime: startTime, finishTime: Date())
logger.debug("validateChainFinished")
} catch {
logger.debug("Validate chaing failed with \(error)")
logger.debug("Validate chain failed with \(error)")
pushProgressReport(startTime: startTime, finishTime: Date())
throw error
}