mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
xmrig: remove donate-level
This commit is contained in:
parent
4edcfe25e1
commit
f3ad96f812
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue