Browse Source

Forgot the else.

nfactor-troky
Con Kolivas 14 years ago
parent
commit
0a8ac14c9e
  1. 2
      cpu-miner.c

2
cpu-miner.c

@ -333,7 +333,7 @@ static bool submit_upstream_work(CURL *curl, const struct work *work) @@ -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);

Loading…
Cancel
Save