diff options
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r-- | xmrstak/jconf.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index 96c7691..48b47b5 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -42,7 +42,7 @@ public: const char* GetPoolPwd(); const char* GetWalletAddress(); const std::string GetCurrency(); - bool IsCurrencyXMR(); + bool IsCurrencyMonero(); uint64_t GetVerboseLevel(); uint64_t GetAutohashTime(); |