From 3de7c7f9c29d9007cb102e7b994c672d7b9c740e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 30 Jan 2012 15:51:46 +1100 Subject: [PATCH] Stop advertising midstate support until it's fixed. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 733d8ad3..46a2aa36 100644 --- a/util.c +++ b/util.c @@ -373,7 +373,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: longpoll midstate rollntime"); + "X-Mining-Extensions: longpoll 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*/