![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <chainparams.h>
#include <index/base.h>
#include <node/blockstorage.h>
#include <node/ui_interface.h>
#include <shutdown.h>
#include <tinyformat.h>
#include <util/syscall_sandbox.h>
#include <util/thread.h>
#include <util/translation.h>
#include <validation.h>
#include <warnings.h>
Go to the source code of this file.
Functions | |
template<typename... Args> | |
static void | FatalError (const char *fmt, const Args &... args) |
static const CBlockIndex * | NextSyncBlock (const CBlockIndex *pindex_prev, CChain &chain) EXCLUSIVE_LOCKS_REQUIRED(cs_main) |
Variables | |
constexpr uint8_t | DB_BEST_BLOCK {'B'} |
constexpr int64_t | SYNC_LOG_INTERVAL = 30 |
constexpr int64_t | SYNC_LOCATOR_WRITE_INTERVAL = 30 |
|
static |
|
static |
|
constexpr |