diff options
| author | Neozaru <neozaru@mailoo.org> | 2014-05-16 00:26:35 +0200 |
|---|---|---|
| committer | Neozaru <neozaru@mailoo.org> | 2014-05-16 00:26:35 +0200 |
| commit | eb2db3cf610a1c0ea0419037ae8544911815eca7 (patch) | |
| tree | ddf6c47c1ef7c647fe68789c79fa4b773bfd1c38 /src/rpc/core_rpc_server.cpp | |
| parent | 46906700318c5361f0e04a7639bfe2ba01b7564c (diff) | |
| download | monzero-core-eb2db3cf610a1c0ea0419037ae8544911815eca7.tar.gz monzero-core-eb2db3cf610a1c0ea0419037ae8544911815eca7.tar.xz monzero-core-eb2db3cf610a1c0ea0419037ae8544911815eca7.zip | |
Added 'save_bc' command in daemon for saving blockchain remotely
Diffstat (limited to 'src/rpc/core_rpc_server.cpp')
| -rw-r--r-- | src/rpc/core_rpc_server.cpp | 2 |
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; |
