Fixed cryptonight tests when force PoW option is used

This commit is contained in:
Ben Gräf 2018-03-21 09:24:37 +01:00
parent b394aea8bf
commit df6ca1319c
3 changed files with 43 additions and 36 deletions

View file

@ -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),