Commit 7724989d9bd59f458b0c873c09c0fff9e291f152

Kano 2013-01-05T10:40:32

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index 0c2d8c2..19ffcb9 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -2576,7 +2576,7 @@ static inline struct pool *select_pool(bool lagging)
 	return pool;
 }
 
-static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249216.0;
+static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249215.0;
 
 /*
  * Calculate the work share difficulty