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

@@ -8,13 +8,13 @@
#include "dbwrapper.h"
#include "cc/eval.h"
class NotarisationDB : public CDBWrapper
class NotarizationDB : public CDBWrapper
{
public:
NotarisationDB(size_t nCacheSize, bool fMemory = false, bool fWipe = false);
NotarizationDB(size_t nCacheSize, bool fMemory = false, bool fWipe = false);
};
extern NotarisationDB *pnotarisations;
extern NotarizationDB *pnotarizations;
typedef std::pair<uint256,NotarisationData> Notarisation;
typedef std::vector<Notarisation> NotarisationsInBlock;