mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-11 13:42:17 +00:00
Modify scrypt kernel message.
This commit is contained in:
parent
c7ffa58b26
commit
bbdbf364cc
@ -229,7 +229,7 @@ char *set_kernel(char *arg)
|
|||||||
char *nextptr;
|
char *nextptr;
|
||||||
|
|
||||||
if (opt_scrypt)
|
if (opt_scrypt)
|
||||||
return "Cannot use sha256 kernel with scrypt";
|
return "Cannot specify a kernel with scrypt";
|
||||||
nextptr = strtok(arg, ",");
|
nextptr = strtok(arg, ",");
|
||||||
if (nextptr == NULL)
|
if (nextptr == NULL)
|
||||||
return "Invalid parameters for set kernel";
|
return "Invalid parameters for set kernel";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user