cryptonote::core doxygen documentation

This commit is contained in:
Thomas Winget
2015-10-07 22:28:51 -04:00
parent 8ac329df02
commit 50dba6d301
2 changed files with 623 additions and 32 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ namespace cryptonote
CHECK_AND_ASSERT_MES(update_checkpoints(), false, "One or more checkpoints loaded from json or dns conflicted with existing checkpoints.");
r = m_miner.init(vm, m_testnet);
CHECK_AND_ASSERT_MES(r, false, "Failed to initialize blockchain storage");
CHECK_AND_ASSERT_MES(r, false, "Failed to initialize miner instance");
return load_state_data();
}