#147 Fixed comparability with monero-stratum.

This commit is contained in:
XMRig 2017-10-10 16:31:19 +03:00
parent a3297b9ea4
commit f9202c6951

View file

@ -63,7 +63,7 @@ public:
} }
const size_t size = strlen(id); const size_t size = strlen(id);
if (size < 4 || size >= sizeof(m_data)) { if (size >= sizeof(m_data)) {
return false; return false;
} }