1
0
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:
Con Kolivas 2013-06-03 10:22:13 +10:00
parent c7ffa58b26
commit bbdbf364cc

View File

@ -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";