Commit 3177e1cb9074e8f87a85e3078f6fd5dab401fcb6

Con Kolivas 2014-03-17T00:06:53

Set correct flag for solo work.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/cgminer.c b/cgminer.c
index ff44c21..1680835 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -6908,7 +6908,6 @@ static void gen_solo_work(struct pool *pool, struct work *work)
 
 	local_work++;
 	work->pool = pool;
-	work->stratum = true;
 	work->nonce = 0;
 	work->id = total_work++;
 	work->longpoll = false;
@@ -9518,7 +9517,7 @@ retry:
 				}
 			}
 			gen_solo_work(pool, work);
-			applog(LOG_DEBUG, "Generated GBT SOLO work!");
+			applog(LOG_DEBUG, "Generated GBT SOLO work");
 			stage_work(work);
 			continue;
 		}