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

@@ -9,10 +9,10 @@
#include "main.h"
#include <boost/foreach.hpp>
NotarisationDB *pnotarisations;
NotarisationDB::NotarisationDB(size_t nCacheSize, bool fMemory, bool fWipe) : CDBWrapper(GetDataDir() / "notarizations", nCacheSize, fMemory, fWipe, false, 64) { }
NotarizationDB *pnotarisations;
NotarizationDB::NotarizationDB(size_t nCacheSize, bool fMemory, bool fWipe) : CDBWrapper(GetDataDir() / "notarizations", nCacheSize, fMemory, fWipe, false, 64) { }
NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
NotarisationsInBlock ScanBlockNotarizations(const CBlock &block, int nHeight)
{
EvalRef eval;
NotarisationsInBlock vNotarisations;