BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Variables
base.cpp File Reference
#include <chainparams.h>
#include <index/base.h>
#include <shutdown.h>
#include <tinyformat.h>
#include <ui_interface.h>
#include <util.h>
#include <validation.h>
#include <warnings.h>
Include dependency graph for base.cpp:

Go to the source code of this file.

Variables

constexpr char DB_BEST_BLOCK = 'B'
 
constexpr int64_t SYNC_LOG_INTERVAL = 30
 
constexpr int64_t SYNC_LOCATOR_WRITE_INTERVAL = 30
 

Variable Documentation

◆ DB_BEST_BLOCK

constexpr char DB_BEST_BLOCK = 'B'

Definition at line 14 of file base.cpp.

◆ SYNC_LOCATOR_WRITE_INTERVAL

constexpr int64_t SYNC_LOCATOR_WRITE_INTERVAL = 30

Definition at line 17 of file base.cpp.

◆ SYNC_LOG_INTERVAL

constexpr int64_t SYNC_LOG_INTERVAL = 30

Definition at line 16 of file base.cpp.