diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-01-15 19:42:16 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-01-15 19:42:16 +0200 |
commit | f6a75a4875f186ede7d467ebe7683010d0e09048 (patch) | |
tree | 56cd61f113b9bed7eeef4b84729cb4cab356fc80 /src/blockchain_utilities | |
parent | Merge pull request #612 (diff) | |
parent | Fix hf when import with verify off (diff) | |
download | monero-0.9.1.tar.xz |
Merge pull request #613v0.9.1
30f92f5 Fix hf when import with verify off (Howard Chu)
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(); } |