diff options
Diffstat (limited to 'xmrstak/params.hpp')
-rw-r--r-- | xmrstak/params.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/params.hpp b/xmrstak/params.hpp index 371a4fd..bc32612 100644 --- a/xmrstak/params.hpp +++ b/xmrstak/params.hpp @@ -29,6 +29,7 @@ struct params bool userSetPwd = false; std::string poolPasswd; std::string poolUsername; + bool nicehashMode = false; std::string currency; |