We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fdfc2 commit 9277326Copy full SHA for 9277326
beacon_chain/el/el_manager.nim
@@ -1659,7 +1659,7 @@ proc trackFinalizedState(chain: var Eth1Chain,
1659
else:
1660
error "Corrupted deposits history detected",
1661
ourDepositsCount = matchingBlock.depositCount,
1662
- taretDepositsCount = finalizedEth1Data.deposit_count,
+ targetDepositsCount = finalizedEth1Data.deposit_count,
1663
ourDepositsRoot = matchingBlock.depositRoot,
1664
targetDepositsRoot = finalizedEth1Data.deposit_root
1665
chain.hasConsensusViolation = true
0 commit comments