mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Enabled Darksend NewBlock checks
This commit is contained in:
parent
afcc015cf4
commit
139f14a1a4
@ -3210,6 +3210,9 @@ bool ProcessBlock(CValidationState &state, CNode* pfrom, CBlock* pblock, CDiskBl
|
|||||||
mapOrphanBlocksByPrev.erase(hashPrev);
|
mapOrphanBlocksByPrev.erase(hashPrev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
darkSendPool.CheckTimeout();
|
||||||
|
darkSendPool.NewBlock();
|
||||||
|
|
||||||
LogPrintf("ProcessBlock: ACCEPTED\n");
|
LogPrintf("ProcessBlock: ACCEPTED\n");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user