aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-01-15 14:00:58 +0000
committerHoward Chu <hyc@symas.com>2016-01-15 17:26:19 +0000
commit30f92f5630bbc7507708275a29a9ae7acf633a5b (patch)
tree56cd61f113b9bed7eeef4b84729cb4cab356fc80 /src/blockchain_utilities
parentMerge pull request #612 (diff)
downloadmonero-30f92f5630bbc7507708275a29a9ae7acf633a5b.tar.xz
Fix hf when import with verify off
Delete the hf tables, so the next open will rescan and regenerate
Diffstat (limited to 'src/blockchain_utilities')
-rw-r--r--src/blockchain_utilities/fake_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blockchain_utilities/fake_core.h b/src/blockchain_utilities/fake_core.h
index 957066c16..245d535fc 100644
--- a/src/blockchain_utilities/fake_core.h
+++ b/src/blockchain_utilities/fake_core.h
@@ -83,6 +83,7 @@ struct fake_core_lmdb
}
~fake_core_lmdb()
{
+ m_storage.get_db().check_hard_fork_info();
m_storage.deinit();
}