mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 04:24:05 +00:00
fix misspelling in log message (#5069)
This commit is contained in:
parent
47fdfc2fce
commit
9277326c98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user