mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
Use XMRIG_FEATURE_TLS instead of XMRIG_NO_TLS
This commit is contained in:
@@ -178,7 +178,7 @@ bool xmrig::Pool::isCompatible(const Algorithm &algorithm) const
|
||||
|
||||
bool xmrig::Pool::isEnabled() const
|
||||
{
|
||||
# ifdef XMRIG_NO_TLS
|
||||
# ifndef XMRIG_FEATURE_TLS
|
||||
if (isTLS()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user