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.
This commit is contained in:
Thomas Winget
2015-10-07 22:28:37 -04:00
parent 1b0c98e7e9
commit 540a76c5c2
9 changed files with 327 additions and 359 deletions
-1
View File
@@ -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"