#147 Fixed comparability with monero-stratum.
This commit is contained in:
parent
a3297b9ea4
commit
f9202c6951
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue