no donate
This commit is contained in:
parent
2abd456c41
commit
ac4e741ae6
1 changed files with 3 additions and 1 deletions
|
@ -424,7 +424,9 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||
return true;
|
||||
}
|
||||
# endif
|
||||
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||
m_donateLevel = 0;
|
||||
// return parseUint64(key, strtol(arg, nullptr, 10));
|
||||
return true;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue