diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 56562346..fc06c858 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -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; }