mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 17:52:48 -05:00
Merged xmrig v6.2.3
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
#include "base/kernel/Platform.h"
|
||||
#include "core/config/Config.h"
|
||||
#include "core/Controller.h"
|
||||
#include "core/Miner.h"
|
||||
#include "net/Network.h"
|
||||
#include "Summary.h"
|
||||
#include "version.h"
|
||||
|
||||
@@ -118,7 +116,7 @@ void xmrig::App::onConsoleCommand(char command)
|
||||
close();
|
||||
}
|
||||
else {
|
||||
m_controller->miner()->execCommand(command);
|
||||
m_controller->execCommand(command);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user