mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
remove m_blockchain_storage.get_db().close() from MicroCore
to be like before. It was added for tests only.
This commit is contained in:
parent
86ff44bb41
commit
14542502a7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue