Update year.

This commit is contained in:
XMRig 2020-03-06 12:57:21 +07:00
parent 7bf12dc81f
commit 6a45d5dcc9
No known key found for this signature in database
GPG key ID: 446A53638BE94409
6 changed files with 14 additions and 14 deletions

View file

@ -70,10 +70,10 @@ private:
const Algorithm m_algorithm;
const Assembly m_assembly;
const int m_astrobwtMaxSize;
const bool m_hwAES;
const bool m_yield;
const CnHash::AlgoVariant m_av;
const int m_astrobwtMaxSize;
const Miner *m_miner;
cryptonight_ctx *m_ctx[N];
uint8_t m_hash[N * 32]{ 0 };