Added coin option.

This commit is contained in:
XMRig
2019-09-27 05:41:45 +07:00
parent 50f8805866
commit 335092f70f
15 changed files with 227 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
#include "base/kernel/interfaces/IConfigTransform.h"
#include "crypto/common/Coin.h"
#include "rapidjson/document.h"
@@ -99,6 +100,7 @@ protected:
protected:
Algorithm m_algorithm;
Coin m_coin;
private: