fix misspelling in log message (#5069)

This commit is contained in:
tersec 2023-06-13 17:08:41 +00:00 committed by GitHub
parent 47fdfc2fce
commit 9277326c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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