Fix stak algo as --av 5, experimental algo now --av 6
This commit is contained in:
parent
d874ede49e
commit
4eb7e5bbfd
6 changed files with 285 additions and 5 deletions
|
@ -336,7 +336,7 @@ static char *parse_url(const char *arg)
|
|||
show_usage_and_exit(1);
|
||||
}
|
||||
|
||||
char *dest = malloc(strlen(arg) + 14);
|
||||
char *dest = malloc(strlen(arg) + 16);
|
||||
sprintf(dest, "stratum+tcp://%s", arg);
|
||||
|
||||
return dest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue