Sfoglia il codice sorgente

Merge branch 'master' of https://github.com/PascalCoin/PascalCoin

Herman Schoenfeld 7 anni fa
parent
commit
de4bee0346
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/UPoolMining.pas

+ 1 - 1
src/core/UPoolMining.pas

@@ -1195,7 +1195,7 @@ begin
         end;
       end;
     end else begin
-      if (FMinerValuesForWork.target<CT_MinCompactTarget) then begin
+      if (FMinerValuesForWork.target>=CT_MinCompactTarget) then begin
         // target_pow has no value... assigning target!
         FMinerValuesForWork.target_pow:=TPascalCoinProtocol.TargetFromCompact(FMinerValuesForWork.target);
       end else begin