From 9277326c98e0bec007625a1cbd6fe4bdc38677c1 Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 13 Jun 2023 17:08:41 +0000 Subject: [PATCH] fix misspelling in log message (#5069) --- beacon_chain/el/el_manager.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/el/el_manager.nim b/beacon_chain/el/el_manager.nim index b53490772..37dd9ae24 100644 --- a/beacon_chain/el/el_manager.nim +++ b/beacon_chain/el/el_manager.nim @@ -1659,7 +1659,7 @@ proc trackFinalizedState(chain: var Eth1Chain, else: error "Corrupted deposits history detected", ourDepositsCount = matchingBlock.depositCount, - taretDepositsCount = finalizedEth1Data.deposit_count, + targetDepositsCount = finalizedEth1Data.deposit_count, ourDepositsRoot = matchingBlock.depositRoot, targetDepositsRoot = finalizedEth1Data.deposit_root chain.hasConsensusViolation = true