Skip to content

Commit 9277326

Browse files
authored
fix misspelling in log message (#5069)
1 parent 47fdfc2 commit 9277326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/el/el_manager.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ proc trackFinalizedState(chain: var Eth1Chain,
16591659
else:
16601660
error "Corrupted deposits history detected",
16611661
ourDepositsCount = matchingBlock.depositCount,
1662-
taretDepositsCount = finalizedEth1Data.deposit_count,
1662+
targetDepositsCount = finalizedEth1Data.deposit_count,
16631663
ourDepositsRoot = matchingBlock.depositRoot,
16641664
targetDepositsRoot = finalizedEth1Data.deposit_root
16651665
chain.hasConsensusViolation = true

0 commit comments

Comments
 (0)