mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 00:47:03 +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:
|
else:
|
||||||
error "Corrupted deposits history detected",
|
error "Corrupted deposits history detected",
|
||||||
ourDepositsCount = matchingBlock.depositCount,
|
ourDepositsCount = matchingBlock.depositCount,
|
||||||
taretDepositsCount = finalizedEth1Data.deposit_count,
|
targetDepositsCount = finalizedEth1Data.deposit_count,
|
||||||
ourDepositsRoot = matchingBlock.depositRoot,
|
ourDepositsRoot = matchingBlock.depositRoot,
|
||||||
targetDepositsRoot = finalizedEth1Data.deposit_root
|
targetDepositsRoot = finalizedEth1Data.deposit_root
|
||||||
chain.hasConsensusViolation = true
|
chain.hasConsensusViolation = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user