mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
Fixed command line options for single pool, free order allowed again.
This commit is contained in:
@@ -200,6 +200,9 @@ bool xmrig::Pool::isEqual(const Pool &other) const
|
||||
bool xmrig::Pool::parse(const char *url)
|
||||
{
|
||||
assert(url != nullptr);
|
||||
if (url == nullptr) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const char *p = strstr(url, "://");
|
||||
const char *base = url;
|
||||
|
||||
Reference in New Issue
Block a user