mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 01:38:40 -04:00
Fix typos in various files
This commit is contained in:
parent
a69c713f8e
commit
57c0b1ed9f
18 changed files with 28 additions and 28 deletions
|
@ -1395,7 +1395,7 @@ skip:
|
|||
const uint64_t first_block_height_needed = span.first;
|
||||
const uint64_t last_block_height_needed = span.first + std::min(span.second, (uint64_t)count_limit) - 1;
|
||||
MDEBUG(context << " gap found, span: " << span.first << " - " << span.first + span.second - 1 << " (" << last_block_height_needed << ")");
|
||||
MDEBUG(context << " current known hashes from from " << first_block_height_known << " to " << last_block_height_known);
|
||||
MDEBUG(context << " current known hashes from " << first_block_height_known << " to " << last_block_height_known);
|
||||
if (first_block_height_needed < first_block_height_known || last_block_height_needed > last_block_height_known)
|
||||
{
|
||||
MDEBUG(context << " we are missing some of the necessary hashes for this gap, requesting chain again");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue