diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-10-07 22:28:37 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2016-03-24 03:39:41 -0400 |
commit | 540a76c5c29aa0742c00af4391ce718e7ec69c97 (patch) | |
tree | 56948f3dd3e0524eb787a1ded24c623195d3b896 /src/daemon/core.h | |
parent | doxygen documentation for checkpoints.{h,cpp} (diff) | |
download | monero-540a76c5c29aa0742c00af4391ce718e7ec69c97.tar.xz |
Move checkpoint functions into checkpoints class
The functions in src/cryptonote_core/checkpoints_create.{h,cpp} should
be member functions of the checkpoints class, if nothing else for the
sake of keeping their documentation together.
This commit covers moving those functions to be member functions of the
checkpoints class as well as documenting those functions.
Diffstat (limited to '')
-rw-r--r-- | src/daemon/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/core.h b/src/daemon/core.h index 2208ef25a..2b7f0d177 100644 --- a/src/daemon/core.h +++ b/src/daemon/core.h @@ -28,7 +28,6 @@ #pragma once -#include "cryptonote_core/checkpoints_create.h" #include "cryptonote_core/cryptonote_core.h" #include "cryptonote_protocol/cryptonote_protocol_handler.h" #include "misc_log_ex.h" |