aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-01-12 14:43:03 +0200
committerRiccardo Spagni <ric@spagni.net>2016-01-12 14:43:03 +0200
commit4a549effa124cdfd01d8fd5b9136ce8d61f17d0d (patch)
tree86315a3518af854f2f14d4127750eaf8156f695f /src/daemon/rpc_command_executor.cpp
parentMerge branch 'LMDB-tweaks' (diff)
parentrpc: fix missing target information in RPC call (diff)
downloadmonero-4a549effa124cdfd01d8fd5b9136ce8d61f17d0d.tar.xz
Merge pull request #601
664dc42 rpc: fix missing target information in RPC call (moneromooo-monero) eaf4dcd daemon: fix status command when run from command line (moneromooo-monero) 67bbb56 wallet2: decide at runtime which upper tx size to use (moneromooo-monero) a44d94d rpc: is_key_image_spent now checks the tx pool too (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.cpp')
-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;
}