From 94af3e43e20aa00b18e7a3f6d0f5fe3ad9494d97 Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Tue, 30 Aug 2022 12:46:19 -0400 Subject: Fix typo from PR25717 --- src/validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/validation.cpp b/src/validation.cpp index a2a339a5a1..3e17d4cd87 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -3718,7 +3718,7 @@ void ChainstateManager::ReportHeadersPresync(const arith_uint256& work, int64_t { LOCK(cs_main); // Don't report headers presync progress if we already have a post-minchainwork header chain. - // This means we lose reporting for potentially legimate, but unlikely, deep reorgs, but + // This means we lose reporting for potentially legitimate, but unlikely, deep reorgs, but // prevent attackers that spam low-work headers from filling our logs. if (m_best_header->nChainWork >= UintToArith256(GetConsensus().nMinimumChainWork)) return; // Rate limit headers presync updates to 4 per second, as these are not subject to DoS -- cgit v1.2.3