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

@@ -2908,7 +2908,7 @@ static bool ApplyTxInUndo(const CTxInUndo& undo, CCoinsViewCache& view, const CO
void ConnectNotarizations(const CBlock &block, int height)
{
NotarisationsInBlock notarisations = ScanBlockNotarisations(block, height);
NotarisationsInBlock notarisations = ScanBlockNotarizations(block, height);
if (notarisations.size() > 0) {
CDBBatch batch = CDBBatch(*pnotarisations);
batch.Write(block.GetHash(), notarisations);