aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-10-07 22:28:51 -0400
committerThomas Winget <tewinget@gmail.com>2016-03-24 03:39:55 -0400
commit50dba6d30110336047cc45e5bbf9b8e59639277c (patch)
treec13f4d11309af620243b3fcac2b55fa384166ff8 /src/cryptonote_core/cryptonote_core.cpp
parent8ac329df0294f16efbc48a2785eda165878d3511 (diff)
downloadmonzero-core-50dba6d30110336047cc45e5bbf9b8e59639277c.tar.gz
monzero-core-50dba6d30110336047cc45e5bbf9b8e59639277c.tar.xz
monzero-core-50dba6d30110336047cc45e5bbf9b8e59639277c.zip
cryptonote::core doxygen documentation
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp
index 91e969170..eb9718958 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -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();
}