Enabled Darksend NewBlock checks

This commit is contained in:
Evan Duffield 2014-12-28 17:33:56 -07:00
parent afcc015cf4
commit 139f14a1a4

View File

@ -3210,6 +3210,9 @@ bool ProcessBlock(CValidationState &state, CNode* pfrom, CBlock* pblock, CDiskBl
mapOrphanBlocksByPrev.erase(hashPrev);
}
darkSendPool.CheckTimeout();
darkSendPool.NewBlock();
LogPrintf("ProcessBlock: ACCEPTED\n");
return true;
}