Browse Source

Merge commit '310239b' into stratum

Luke Dashjr 13 years ago
parent
commit
960217a8ef
1 changed files with 0 additions and 12 deletions
  1. 0 12
      miner.c

+ 0 - 12
miner.c

@@ -2326,18 +2326,6 @@ share_result(json_t *val, json_t *res, const struct work *work, char *hashshow,
 				reason[reasonLen + 2] = ')'; reason[reasonLen + 3] = '\0';
 				memcpy(disposition + 7, reasontmp, reasonLen);
 				disposition[6] = ':'; disposition[reasonLen + 7] = '\0';
-			} else if (work->stratum) {
-				json_t *arr_val = json_object_get(val, "error");
-
-				if (likely(json_is_array(arr_val))) {
-					char *json_reason = (char *)json_string_value(json_array_get(arr_val, 1));
-
-					if (likely(json_reason)) {
-						snprintf(reason, 31, "%s", json_reason);
-						free(json_reason);
-					}
-				}
-
 			} else
 				strcpy(reason, "");