Bitcoin
|
#include <chainparams.h>
#include <index/base.h>
#include <shutdown.h>
#include <tinyformat.h>
#include <ui_interface.h>
#include <util/system.h>
#include <validation.h>
#include <warnings.h>
Functions | |
template<typename... Args> | |
static void | FatalError (const char *fmt, const Args &... args) |
static const CBlockIndex * | NextSyncBlock (const CBlockIndex *pindex_prev) EXCLUSIVE_LOCKS_REQUIRED(cs_main) |
Variables | |
constexpr char | DB_BEST_BLOCK = 'B' |
constexpr int64_t | SYNC_LOG_INTERVAL = 30 |
constexpr int64_t | SYNC_LOCATOR_WRITE_INTERVAL = 30 |
|
static |
|
static |
constexpr char DB_BEST_BLOCK = 'B' |
constexpr int64_t SYNC_LOCATOR_WRITE_INTERVAL = 30 |
constexpr int64_t SYNC_LOG_INTERVAL = 30 |