Monero
Loading...
Searching...
No Matches
hardfork.cpp File Reference
#include <algorithm>
#include <cstdio>
#include "cryptonote_basic/cryptonote_basic.h"
#include "blockchain_db/blockchain_db.h"
#include "hardfork.h"
Include dependency graph for hardfork.cpp:

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "hardfork"

Functions

static uint8_t get_block_vote (const cryptonote::block &b)
static uint8_t get_block_version (const cryptonote::block &b)

Macro Definition Documentation

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "hardfork"

Function Documentation

◆ get_block_version()

uint8_t get_block_version ( const cryptonote::block & b)
static

◆ get_block_vote()

uint8_t get_block_vote ( const cryptonote::block & b)
static