From 630737e511237ac8e462d8a1cd397f0afbfb6d0c Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 17 May 2023 11:22:25 -0300 Subject: [PATCH] fix typo on log --- Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift b/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift index c700b1cc..1b9c71eb 100644 --- a/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift +++ b/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift @@ -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 }