aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-01-11 21:50:41 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-01-11 21:50:41 +0000
commiteaf4dcd7471302f8badaaca0deb509f715499a26 (patch)
treeee1b06b5542e7dddebbd938c6eaa59900f78d935 /src/daemon
parentwallet2: decide at runtime which upper tx size to use (diff)
downloadmonero-eaf4dcd7471302f8badaaca0deb509f715499a26.tar.xz
daemon: fix status command when run from command line
Diffstat (limited to '')
-rw-r--r--src/daemon/rpc_command_executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp
index 565623468..fc06c858b 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;
}