Commit 39c8491302582cca0d5a377a87c6ec0ca6bbdb0a

Con Kolivas 2013-11-01T00:12:25

Share is also above target for submit noffset nonce.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index ffc074b..b214300 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -6184,7 +6184,7 @@ bool submit_noffset_nonce(struct thr_info *thr, struct work *work_in, uint32_t n
 	ret = true;
 	update_work_stats(thr, work);
 	if (!fulltest(work->hash2, work->target)) {
-		applog(LOG_INFO, "Share below target");
+		applog(LOG_INFO, "Share above target");
 		goto  out;
 	}
 	submit_work_async(work);