#include <map>
#include "misc_log_ex.h"
#include "crypto/hash.h"
#include "cryptonote_config.h"
#include "cryptonote_basic/difficulty.h"
Go to the source code of this file.
|
| | cryptonote |
| | Holds cryptonote related classes and helpers.
|
| |
◆ ADD_CHECKPOINT
| #define ADD_CHECKPOINT |
( |
|
h, |
|
|
|
hash |
|
) |
| CHECK_AND_ASSERT(add_checkpoint(h, hash), false); |
◆ ADD_CHECKPOINT2
| #define ADD_CHECKPOINT2 |
( |
|
h, |
|
|
|
hash, |
|
|
|
difficulty |
|
) |
| CHECK_AND_ASSERT(add_checkpoint(h, hash, difficulty), false); |
◆ JSON_HASH_FILE_NAME
| #define JSON_HASH_FILE_NAME "checkpoints.json" |