Browse Source

Merge commit 'b622e97' into bfgminer

Luke Dashjr 13 years ago
parent
commit
1141f97a27
1 changed files with 1 additions and 3 deletions
  1. 1 3
      miner.c

+ 1 - 3
miner.c

@@ -2818,9 +2818,7 @@ next_submit:
 		}
 
 		/* pause, then restart work-request loop */
-		applog(LOG_INFO, "json_rpc_call failed on submit_work, retry after %d seconds",
-			opt_fail_pause);
-		sleep(opt_fail_pause);
+		applog(LOG_INFO, "json_rpc_call failed on submit_work, retrying");
 	}
 	push_curl_entry(ce, pool);
 out: