Electroneum
Namespaces | Macros | Functions
cryptonote_core.cpp File Reference
#include "include_base_utils.h"
#include <unordered_set>
#include "cryptonote_core.h"
#include "common/command_line.h"
#include "common/util.h"
#include "common/updates.h"
#include "common/download.h"
#include "common/task_region.h"
#include "warnings.h"
#include "crypto/crypto.h"
#include "cryptonote_config.h"
#include "cryptonote_tx_utils.h"
#include "misc_language.h"
#include <csignal>
#include <p2p/net_node.h>
#include "cryptonote_basic/checkpoints.h"
#include "ringct/rctTypes.h"
#include "blockchain_db/blockchain_db.h"
#include "ringct/rctSigs.h"
Include dependency graph for cryptonote_core.cpp:

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 

Macros

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "cn"
 
#define MERROR_VER(x)   MCERROR("verify", x)
 
#define BAD_SEMANTICS_TXES_MAX_SIZE   100
 

Functions

block_complete_entry cryptonote::get_block_complete_entry (block &b, tx_memory_pool &pool)
 

Macro Definition Documentation

◆ BAD_SEMANTICS_TXES_MAX_SIZE

#define BAD_SEMANTICS_TXES_MAX_SIZE   100

◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "cn"

◆ MERROR_VER

#define MERROR_VER (   x)    MCERROR("verify", x)