mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'XMRig: Donate level 1' (#110) from dsc/feather:xmrig-donate-level into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/110 Reviewed-by: tobtoht <tobtoht@noreply.gitgud.wownero.nl>
This commit is contained in:
		
						commit
						9b96ece2f9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -75,7 +75,7 @@ void XmRig::start(const QString &path,
 | 
				
			||||||
        arguments << "-x" << QString("%1:%2").arg(Tor::torHost).arg(Tor::torPort);
 | 
					        arguments << "-x" << QString("%1:%2").arg(Tor::torHost).arg(Tor::torPort);
 | 
				
			||||||
    if(tls)
 | 
					    if(tls)
 | 
				
			||||||
        arguments << "--tls";
 | 
					        arguments << "--tls";
 | 
				
			||||||
 | 
					    arguments << "--donate-level" << "1";
 | 
				
			||||||
    QString cmd = QString("%1 %2").arg(path, arguments.join(" "));
 | 
					    QString cmd = QString("%1 %2").arg(path, arguments.join(" "));
 | 
				
			||||||
    emit output(cmd.toUtf8());
 | 
					    emit output(cmd.toUtf8());
 | 
				
			||||||
    m_process.start(path, arguments);
 | 
					    m_process.start(path, arguments);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue