Hush notarization database is too legit to quit

This commit is contained in:
Duke Leto
2020-12-07 10:00:00 -05:00
parent e8e615c9d9
commit 763c2def95
5 changed files with 13 additions and 13 deletions

View File

@@ -1759,13 +1759,13 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
delete pcoinsdbview;
delete pcoinscatcher;
delete pblocktree;
delete pnotarisations;
delete pnotarizations;
pblocktree = new CBlockTreeDB(nBlockTreeDBCache, false, fReindex, dbCompression, dbMaxOpenFiles);
pcoinsdbview = new CCoinsViewDB(nCoinDBCache, false, fReindex);
pcoinscatcher = new CCoinsViewErrorCatcher(pcoinsdbview);
pcoinsTip = new CCoinsViewCache(pcoinscatcher);
pnotarisations = new NotarizationDB(100*1024*1024, false, fReindex);
pnotarizations = new NotarizationDB(100*1024*1024, false, fReindex);
if (fReindex) {