mirror of
https://github.com/monero-project/monero.git
synced 2025-12-16 08:03:58 -05:00
Merge pull request #5185
59478c80 daemon: new mining_status command (moneromooo-monero)
This commit is contained in:
commit
429930534d
9 changed files with 134 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue