no donate

This commit is contained in:
ricl 2018-10-24 11:50:19 +08:00
parent 2abd456c41
commit ac4e741ae6

View file

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