Merge pull request #5185

59478c80 daemon: new mining_status command (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-03-17 17:55:32 +02:00
commit 429930534d
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
9 changed files with 134 additions and 7 deletions

View file

@ -97,6 +97,8 @@ public:
bool stop_mining(const std::vector<std::string>& args);
bool mining_status(const std::vector<std::string>& args);
bool stop_daemon(const std::vector<std::string>& args);
bool print_status(const std::vector<std::string>& args);