]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
xmrig: remove donate-level
authortobtoht <tob@featherwallet.org>
Tue, 17 Jan 2023 19:25:53 +0000 (20:25 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 17 Jan 2023 19:25:53 +0000 (20:25 +0100)
src/utils/xmrig.cpp

index d9606264a4cc09ee90b562f66c16251a6f057440..2c37fe519ce4e71a274ba4164df14170008dbe27 100644 (file)
@@ -78,7 +78,6 @@ void XmRig::start(const QString &path, int threads, const QString &address, cons
     if (tls) {
         arguments << "--tls";
     }
-    arguments << "--donate-level" << "1";
     QString cmd = QString("%1 %2").arg(path, arguments.join(" "));
     emit output(cmd.toUtf8());