mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
daemon: fix status command when run from command line
This commit is contained in:
parent
67bbb56a6c
commit
eaf4dcd747
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ bool t_rpc_command_executor::show_status() {
|
|||
{
|
||||
return true;
|
||||
}
|
||||
if (!m_rpc_client->rpc_request(mreq, mres, "mining_status", fail_message.c_str()))
|
||||
if (!m_rpc_client->rpc_request(mreq, mres, "/mining_status", fail_message.c_str()))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue