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

@@ -18,7 +18,7 @@ extern NotarisationDB *pnotarisations;
typedef std::pair<uint256,NotarisationData> Notarisation;
typedef std::vector<Notarisation> NotarisationsInBlock;
NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight);
NotarisationsInBlock ScanBlockNotarizations(const CBlock &block, int nHeight);
bool GetBlockNotarisations(uint256 blockHash, NotarisationsInBlock &nibs);
bool GetBackNotarisation(uint256 notarisationHash, Notarisation &n);
void WriteBackNotarisations(const NotarisationsInBlock notarisations, CDBBatch &batch);