mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
check darksend pool when block accepted
This commit is contained in:
parent
cd827bb568
commit
5b94ec2b96
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user