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/fake_core.h | |
| parent | 810acab742bf0fb52d723991ea75a46cbb95f5f8 (diff) | |
| parent | 30f92f5630bbc7507708275a29a9ae7acf633a5b (diff) | |
| download | monzero-core-0.9.1.tar.gz monzero-core-0.9.1.tar.xz monzero-core-0.9.1.zip | |
Merge pull request #613v0.9.1
30f92f5 Fix hf when import with verify off (Howard Chu)
Diffstat (limited to 'src/blockchain_utilities/fake_core.h')
| -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(); } |
