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

@@ -62,7 +62,7 @@ void setupChain()
pblocktree = new CBlockTreeDB(1 << 20, true);
CCoinsViewDB *pcoinsdbview = new CCoinsViewDB(1 << 23, true);
pcoinsTip = new CCoinsViewCache(pcoinsdbview);
pnotarisations = new NotarisationDB(1 << 20, true);
pnotarisations = new NotarizationDB(1 << 20, true);
InitBlockIndex();
}