diff options
author | Howard Chu <hyc@symas.com> | 2016-01-15 14:00:58 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2016-01-15 17:26:19 +0000 |
commit | 30f92f5630bbc7507708275a29a9ae7acf633a5b (patch) | |
tree | 56cd61f113b9bed7eeef4b84729cb4cab356fc80 /src/blockchain_utilities | |
parent | Merge pull request #612 (diff) | |
download | monero-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.h | 1 |
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(); } |