Skip to content

Commit

Permalink
1.2.4.1 Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-zurkowski committed Nov 10, 2021
1 parent 20bba89 commit d2e391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -4431,7 +4431,7 @@ int main(int argc, char *argv[]) {
applog(LOG_WARNING, "Changing to stratum+tcp to support TCP.");
sprintf(tmp, "stratum+tcp://%s", strstr(rpc_url_backup, "://") + 3);
} else {
sprintf(tmp, "%s", rpc_url);
sprintf(tmp, "%s", rpc_url_backup);
}
free(rpc_url_backup);
rpc_url_backup = strdup(tmp);
Expand Down

1 comment on commit d2e391d

@gladiatorr86
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zapecnah

Please sign in to comment.