mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
Merged xmrig v6.2.3
This commit is contained in:
@@ -105,3 +105,10 @@ xmrig::Network *xmrig::Controller::network() const
|
||||
|
||||
return m_network;
|
||||
}
|
||||
|
||||
|
||||
void xmrig::Controller::execCommand(char command)
|
||||
{
|
||||
miner()->execCommand(command);
|
||||
network()->execCommand(command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user