Skip to content

Commit

Permalink
Update util.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
monkins1010 authored May 27, 2023
1 parent 68cbc2b commit ad39d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,7 @@ bool stratum_handle_method(struct stratum_ctx *sctx, const char *s)

if (!strcasecmp(method, "mining.notify")) {
ret = stratum_notify(sctx, params);
restart_threads();
goto out;
}
if (!strcasecmp(method, "mining.ping")) { // cgminer 4.7.1+
Expand Down

0 comments on commit ad39d0b

Please sign in to comment.