mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 10:01:06 +00:00
Sync changes.
This commit is contained in:
parent
d7795ca990
commit
cad3e7a101
1 changed files with 0 additions and 6 deletions
|
@ -326,12 +326,6 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||
return parseBoolean(key, false);
|
||||
|
||||
case DonateLevelKey: /* --donate-level */
|
||||
# ifdef XMRIG_PROXY_PROJECT
|
||||
if (strncmp(arg, "minemonero.pro", 14) == 0) {
|
||||
m_donateLevel = 0;
|
||||
return true;
|
||||
}
|
||||
# endif
|
||||
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue