aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorNeozaru <neozaru@mailoo.org>2014-05-16 00:26:35 +0200
committerNeozaru <neozaru@mailoo.org>2014-05-16 00:26:35 +0200
commiteb2db3cf610a1c0ea0419037ae8544911815eca7 (patch)
treeddf6c47c1ef7c647fe68789c79fa4b773bfd1c38 /src/rpc
parentAdded 'save_bc' command in daemon for saving blockchain remotely (diff)
downloadmonero-eb2db3cf610a1c0ea0419037ae8544911815eca7.tar.xz
Added 'save_bc' command in daemon for saving blockchain remotely
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/core_rpc_server.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/core_rpc_server.cpp b/src/rpc/core_rpc_server.cpp
index d2c94fe39..2c4e82085 100644
--- a/src/rpc/core_rpc_server.cpp
+++ b/src/rpc/core_rpc_server.cpp
@@ -280,9 +280,7 @@ namespace cryptonote
CHECK_CORE_READY();
if( !m_core.get_blockchain_storage().store_blockchain() )
{
- // TODO
res.status = "Error while storing blockhain";
-
return true;
}
res.status = CORE_RPC_STATUS_OK;