Added 'save_bc' command in daemon for saving blockchain remotely

release-v0.4.0.1
Neozaru 10 years ago
parent 4690670031
commit eb2db3cf61

@ -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;

Loading…
Cancel
Save