Browse Source

diffexactone pool diff1 used for share value calculation is ffffffff... not 100000000... :P

Kano 13 years ago
parent
commit
7724989d9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -2576,7 +2576,7 @@ static inline struct pool *select_pool(bool lagging)
 	return pool;
 	return pool;
 }
 }
 
 
-static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249216.0;
+static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249215.0;
 
 
 /*
 /*
  * Calculate the work share difficulty
  * Calculate the work share difficulty