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

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