mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 19:03:25 +01:00
Merge pull request #6805
fc2cb22
blockchain: fix pow skipping for old blocks without precalc hash (moneromooo-monero)
This commit is contained in:
commit
836067b68b
@ -4049,8 +4049,8 @@ leave:
|
|||||||
MCINFO("verify", "No pre-validated hash at height " << blockchain_height << ", verifying fully");
|
MCINFO("verify", "No pre-validated hash at height " << blockchain_height << ", verifying fully");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
|
if (!fast_check)
|
||||||
{
|
{
|
||||||
auto it = m_blocks_longhash_table.find(id);
|
auto it = m_blocks_longhash_table.find(id);
|
||||||
if (it != m_blocks_longhash_table.end())
|
if (it != m_blocks_longhash_table.end())
|
||||||
|
Loading…
Reference in New Issue
Block a user