Fixed cryptonight tests when force PoW option is used
This commit is contained in:
parent
b394aea8bf
commit
df6ca1319c
3 changed files with 43 additions and 36 deletions
|
@ -306,7 +306,6 @@ Options::Options(int argc, char **argv) :
|
|||
m_ccKeyFile(nullptr),
|
||||
m_ccCertFile(nullptr),
|
||||
m_algo(ALGO_CRYPTONIGHT),
|
||||
m_forcePowVersion(POW_AUTODETECT),
|
||||
m_algoVariant(AV0_AUTO),
|
||||
m_aesni(AESNI_AUTO),
|
||||
m_forcePowVersion(POW_AUTODETECT),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue