Skip to content

Commit 94af3e4

Browse files
committed
Fix typo from PR25717
1 parent e5982ec commit 94af3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3718,7 +3718,7 @@ void ChainstateManager::ReportHeadersPresync(const arith_uint256& work, int64_t
37183718
{
37193719
LOCK(cs_main);
37203720
// Don't report headers presync progress if we already have a post-minchainwork header chain.
3721-
// This means we lose reporting for potentially legimate, but unlikely, deep reorgs, but
3721+
// This means we lose reporting for potentially legitimate, but unlikely, deep reorgs, but
37223722
// prevent attackers that spam low-work headers from filling our logs.
37233723
if (m_best_header->nChainWork >= UintToArith256(GetConsensus().nMinimumChainWork)) return;
37243724
// Rate limit headers presync updates to 4 per second, as these are not subject to DoS

0 commit comments

Comments
 (0)