Fixed broken autodetect of XTL
This commit is contained in:
parent
4c995ea443
commit
006107a262
1 changed files with 2 additions and 2 deletions
|
@ -154,9 +154,9 @@ PowVariant Job::powVariant() const
|
|||
if (m_blob[0] > 5) {
|
||||
return PowVariant::POW_XTL_V9;
|
||||
}
|
||||
} else {
|
||||
return m_powVariant;
|
||||
}
|
||||
|
||||
return m_powVariant;
|
||||
}
|
||||
|
||||
bool Job::fromHex(const char* in, unsigned int len, unsigned char* out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue