Commit c077eea29ee7a0665ae8f28ef6e96ef775b95e15

Con Kolivas 2012-01-17T19:08:15

Merge pull request #72 from luke-jr/adv_midstate Advertise that we can make our own midstate, so the pool can skip generating it for us

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/util.c b/util.c
index 13f0fed..48bcf5e 100644
--- a/util.c
+++ b/util.c
@@ -351,7 +351,7 @@ json_t *json_rpc_call(CURL *curl, const char *url,
 	headers = curl_slist_append(headers,
 		"Content-type: application/json");
 	headers = curl_slist_append(headers,
-		"X-Mining-Extensions: rollntime");
+		"X-Mining-Extensions: midstate rollntime");
 	headers = curl_slist_append(headers, len_hdr);
 	headers = curl_slist_append(headers, user_agent_hdr);
 	headers = curl_slist_append(headers, "Expect:"); /* disable Expect hdr*/