mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
fixed
This commit is contained in:
parent
8df0a4a29d
commit
5824248a4b
@ -2993,7 +2993,7 @@ bool LoadExternalBlockFile(FILE* fileIn, CDiskBlockPos *dbp)
|
||||
//
|
||||
// CAlert
|
||||
//
|
||||
4
|
||||
|
||||
extern map<uint256, CAlert> mapAlerts;
|
||||
extern CCriticalSection cs_mapAlerts;
|
||||
|
||||
@ -4628,7 +4628,6 @@ void static XcoinMiner(CWallet *pwallet)
|
||||
loop
|
||||
{
|
||||
thash = pblock->GetHash();
|
||||
|
||||
if (thash <= hashTarget)
|
||||
{
|
||||
// Found a solution
|
||||
|
Loading…
Reference in New Issue
Block a user