mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fix issue #706
This commit is contained in:
parent
e05278cef5
commit
9b3e43c327
1 changed files with 1 additions and 0 deletions
|
@ -2798,6 +2798,7 @@ void Blockchain::check_against_checkpoints(const checkpoints& points, bool enfor
|
|||
{
|
||||
const auto& pts = points.get_points();
|
||||
|
||||
CRITICAL_REGION_LOCAL(m_blockchain_lock);
|
||||
m_db->batch_start();
|
||||
for (const auto& pt : pts)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue