diff options
author | Unknown <fireice2@o2.pl> | 2017-11-14 20:22:31 +0000 |
---|---|---|
committer | Unknown <fireice2@o2.pl> | 2017-11-14 20:22:31 +0000 |
commit | 41eb0ad64e6d003368ccf8f3212f190a829aae10 (patch) | |
tree | 347bd2f368f7553cc0a04fae985779f081f126d2 /xmrstak/jconf.hpp | |
parent | 608139ccde751eb053b54e8d41899aec9208017d (diff) | |
download | xmr-stak-41eb0ad64e6d003368ccf8f3212f190a829aae10.zip xmr-stak-41eb0ad64e6d003368ccf8f3212f190a829aae10.tar.gz |
Print motd on console and web ui
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r-- | xmrstak/jconf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index 1bd4d47..131263e 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -51,6 +51,7 @@ public: bool IsCurrencyMonero(); uint64_t GetVerboseLevel(); + bool PrintMotd(); uint64_t GetAutohashTime(); const char* GetOutputFile(); |