Hush DPoW knows how to spell, lulz

This commit is contained in:
Duke Leto
2020-12-07 09:28:22 -05:00
parent 194a1abf99
commit 59ae954c56
5 changed files with 7 additions and 7 deletions

View File

@@ -1765,7 +1765,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
pcoinsdbview = new CCoinsViewDB(nCoinDBCache, false, fReindex);
pcoinscatcher = new CCoinsViewErrorCatcher(pcoinsdbview);
pcoinsTip = new CCoinsViewCache(pcoinscatcher);
pnotarisations = new NotarisationDB(100*1024*1024, false, fReindex);
pnotarisations = new NotarizationDB(100*1024*1024, false, fReindex);
if (fReindex) {