mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-06 20:38:53 +00:00
blockchain: demote a hash-of-hashes validation warning to debug
This data comes from untrusted peers, and validation failures are therefore normal.
This commit is contained in:
parent
6995c9bf75
commit
24cd25d87e
@ -3944,7 +3944,7 @@ MWARNING("first_index: " << first_index << " - " << last_index);
|
||||
// add to the known hashes array
|
||||
if (!valid)
|
||||
{
|
||||
MWARNING("invalid hash for blocks " << n * HASH_OF_HASHES_STEP << " - " << (n * HASH_OF_HASHES_STEP + HASH_OF_HASHES_STEP - 1));
|
||||
MDEBUG("invalid hash for blocks " << n * HASH_OF_HASHES_STEP << " - " << (n * HASH_OF_HASHES_STEP + HASH_OF_HASHES_STEP - 1));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user