mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
daemon: fix status command when run from command line
This commit is contained in:
parent
67bbb56a6c
commit
eaf4dcd747
@ -277,7 +277,7 @@ bool t_rpc_command_executor::show_status() {
|
|||||||
{
|
{
|
||||||
return true;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user