diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-03-29 20:50:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-29 20:50:57 +0100 |
commit | ef87d28da53ce40d79e053668dbddab82ef997b0 (patch) | |
tree | 33a06f0238cb643f4618cf9e8024a07649695d5b /xmrstak/jconf.hpp | |
parent | 89d319a8920ee91f0b8c05000bfc7d155b90bcb0 (diff) | |
parent | 0c48570ac662662fc9e808c0efe042f843fd6b23 (diff) | |
download | xmr-stak-ef87d28da53ce40d79e053668dbddab82ef997b0.zip xmr-stak-ef87d28da53ce40d79e053668dbddab82ef997b0.tar.gz |
Merge pull request #1236 from psychocrypt/topic-powAeonv7
POW AEON v7
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r-- | xmrstak/jconf.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index 6874d37..f81a3a2 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -49,6 +49,8 @@ public: bool TlsSecureAlgos(); inline xmrstak_algo GetMiningAlgo() { return mining_algo; } + + inline xmrstak_algo GetMiningAlgoRoot() { return mining_algo_root; } std::string GetMiningCoin(); @@ -91,4 +93,5 @@ private: bool bHaveAes; xmrstak_algo mining_algo; + xmrstak_algo mining_algo_root; }; |