remove m_blockchain_storage.get_db().close() from MicroCore

to be like before. It was added for tests only.
This commit is contained in:
moneroexamples 2017-05-26 09:51:41 +08:00
parent 86ff44bb41
commit 14542502a7
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ MicroCore::get_blk_timestamp(uint64_t blk_height)
*/
MicroCore::~MicroCore()
{
m_blockchain_storage.get_db().close();
//m_blockchain_storage.get_db().close();
delete &m_blockchain_storage.get_db();
}