Sync changes.
This commit is contained in:
parent
a76243a65e
commit
9f6f599d78
8 changed files with 32 additions and 8 deletions
|
@ -78,6 +78,12 @@ xmrig::Controller::~Controller()
|
|||
}
|
||||
|
||||
|
||||
bool xmrig::Controller::isDone() const
|
||||
{
|
||||
return ConfigLoader::isDone();
|
||||
}
|
||||
|
||||
|
||||
bool xmrig::Controller::isReady() const
|
||||
{
|
||||
return d_ptr->config && d_ptr->network;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue