check darksend pool when block accepted

This commit is contained in:
Evan 2014-03-12 13:22:04 -07:00
parent cd827bb568
commit 5b94ec2b96

View File

@ -2582,6 +2582,9 @@ bool ProcessBlock(CValidationState &state, CNode* pfrom, CBlock* pblock, CDiskBl
mapOrphanBlocksByPrev.erase(hashPrev);
}
//might need to reset pool
darkSendPool.CheckTimeout();
printf("ProcessBlock: ACCEPTED\n");
return true;
}