#include <chain.h>
#include <chainparams.h>
#include <common/args.h>
#include <config.h>
#include <index/base.h>
#include <logging.h>
#include <node/blockstorage.h>
#include <node/database_args.h>
#include <node/ui_interface.h>
#include <shutdown.h>
#include <tinyformat.h>
#include <util/thread.h>
#include <util/translation.h>
#include <validation.h>
#include <warnings.h>
#include <functional>
Go to the source code of this file.
◆ FatalError()
template<typename... Args>
static void FatalError |
( |
const char * |
fmt, |
|
|
const Args &... |
args |
|
) |
| |
|
static |
◆ NextSyncBlock()
◆ DB_BEST_BLOCK
constexpr uint8_t DB_BEST_BLOCK {'B'} |
|
constexpr |
◆ SYNC_LOCATOR_WRITE_INTERVAL
constexpr int64_t SYNC_LOCATOR_WRITE_INTERVAL = 30 |
|
constexpr |
◆ SYNC_LOG_INTERVAL
constexpr int64_t SYNC_LOG_INTERVAL = 30 |
|
constexpr |