From 5824248a4b2e78ad6cb96a1ad25388f7f14286a3 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 13 Jan 2014 20:33:51 -0700 Subject: [PATCH] fixed --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 33a26b46ab..feea2e84d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2993,7 +2993,7 @@ bool LoadExternalBlockFile(FILE* fileIn, CDiskBlockPos *dbp) // // CAlert // -4 + extern map mapAlerts; extern CCriticalSection cs_mapAlerts; @@ -4628,7 +4628,6 @@ void static XcoinMiner(CWallet *pwallet) loop { thash = pblock->GetHash(); - if (thash <= hashTarget) { // Found a solution