diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-26 20:58:27 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-27 20:13:19 +0200 |
commit | 12802f12e30f57c2a9eefca2c1a5955275c95127 (patch) | |
tree | a10bced239ecd012ceeed593571a3fb8bccee9cb /xmrstak/jconf.hpp | |
parent | 41451d91e8e50f2b6c4b07630987dbc5a58aecb9 (diff) | |
download | xmr-stak-12802f12e30f57c2a9eefca2c1a5955275c95127.zip xmr-stak-12802f12e30f57c2a9eefca2c1a5955275c95127.tar.gz |
rename `xmr` to `monero`
- rename all `xmr` to `monero`
- be insensitive while check for set currency
- add function to compate two strings insensitive
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(); |