mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
blockchain: fix pow skipping for old blocks without precalc hash
This commit is contained in:
parent
aefa7740c3
commit
fc2cb224a9
1 changed files with 1 additions and 1 deletions
|
@ -4049,8 +4049,8 @@ leave:
|
|||
MCINFO("verify", "No pre-validated hash at height " << blockchain_height << ", verifying fully");
|
||||
}
|
||||
}
|
||||
else
|
||||
#endif
|
||||
if (!fast_check)
|
||||
{
|
||||
auto it = m_blocks_longhash_table.find(id);
|
||||
if (it != m_blocks_longhash_table.end())
|
||||
|
|
Loading…
Reference in a new issue