1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Forgot the else.

This commit is contained in:
Con Kolivas 2011-06-12 14:26:26 +10:00
parent 4f8045c253
commit 0a8ac14c9e

View File

@ -333,7 +333,7 @@ static bool submit_upstream_work(CURL *curl, const struct work *work)
if (json_is_true(res)) {
solutions++;
applog(LOG_INFO, "PROOF OF WORK RESULT: true (yay!!!)");
}
} else
applog(LOG_INFO, "PROOF OF WORK RESULT: false (booooo)");
json_decref(val);