Fixed --calibrate-algo-time command line parsing
This commit is contained in:
parent
0bc9d775c6
commit
f340ea69f2
1 changed files with 3 additions and 0 deletions
|
@ -297,6 +297,9 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||
# endif
|
||||
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||
|
||||
case CalibrateAlgoTimeKey: /* --calibrate-algo-time */
|
||||
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue