#97 Ignore keepalive option with minergate and nicehash.com
This commit is contained in:
parent
af51513614
commit
914fdd5f0a
4 changed files with 25 additions and 8 deletions
|
@ -261,6 +261,10 @@ Options::Options(int argc, char **argv) :
|
|||
}
|
||||
}
|
||||
|
||||
for (Url *url : m_pools) {
|
||||
url->applyExceptions();
|
||||
}
|
||||
|
||||
m_ready = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue