mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Forgot the else.
This commit is contained in:
parent
4f8045c253
commit
0a8ac14c9e
@ -333,7 +333,7 @@ static bool submit_upstream_work(CURL *curl, const struct work *work)
|
|||||||
if (json_is_true(res)) {
|
if (json_is_true(res)) {
|
||||||
solutions++;
|
solutions++;
|
||||||
applog(LOG_INFO, "PROOF OF WORK RESULT: true (yay!!!)");
|
applog(LOG_INFO, "PROOF OF WORK RESULT: true (yay!!!)");
|
||||||
}
|
} else
|
||||||
applog(LOG_INFO, "PROOF OF WORK RESULT: false (booooo)");
|
applog(LOG_INFO, "PROOF OF WORK RESULT: false (booooo)");
|
||||||
|
|
||||||
json_decref(val);
|
json_decref(val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user