mirror of
https://github.com/monero-project/monero.git
synced 2025-12-31 23:16:03 -08:00
Merge pull request #5185
59478c80 daemon: new mining_status command (moneromooo-monero)
This commit is contained in:
@@ -411,6 +411,11 @@ bool t_command_parser_executor::stop_mining(const std::vector<std::string>& args
|
||||
return m_executor.stop_mining();
|
||||
}
|
||||
|
||||
bool t_command_parser_executor::mining_status(const std::vector<std::string>& args)
|
||||
{
|
||||
return m_executor.mining_status();
|
||||
}
|
||||
|
||||
bool t_command_parser_executor::stop_daemon(const std::vector<std::string>& args)
|
||||
{
|
||||
if (!args.empty()) return false;
|
||||
|
||||
Reference in New Issue
Block a user