Skip to content

Commit

Permalink
Merge branch 'monkins1010:ARM' into ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-fi-hung committed May 27, 2023
2 parents 80f74d2 + ad39d0b commit e959bb3
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 e959bb3

Please sign in to comment.