This commit is contained in:
XMRig 2019-07-28 08:06:50 +07:00
parent d10527036e
commit a39e0e05e9
2 changed files with 6 additions and 7 deletions

View file

@ -61,7 +61,6 @@ bool xmrig::Config::read(const IJsonReader &reader, const char *fileName)
# ifdef XMRIG_ALGO_RANDOMX
if (!m_rx.read(reader.getValue(kRandomX))) {
printf("upgrade\n");
m_upgrade = true;
}
# endif