#include <kernel/notifications_interface.h>
#include <arith_uint256.h>
#include <avalanche/avalanche.h>
#include <dbwrapper.h>
#include <primitives/blockhash.h>
#include <script/scriptcache.h>
#include <script/sigcache.h>
#include <txdb.h>
#include <util/time.h>
#include <cstdint>
#include <functional>
#include <optional>
Go to the source code of this file.
◆ DEFAULT_CHECKPOINTS_ENABLED
| constexpr bool DEFAULT_CHECKPOINTS_ENABLED {true} |
|
staticconstexpr |
◆ DEFAULT_MAX_TIP_AGE
| constexpr auto DEFAULT_MAX_TIP_AGE {24h} |
|
staticconstexpr |
◆ DEFAULT_PARK_DEEP_REORG
| constexpr bool DEFAULT_PARK_DEEP_REORG {true} |
|
staticconstexpr |
◆ DEFAULT_STOPATHEIGHT
| constexpr int DEFAULT_STOPATHEIGHT {0} |
|
staticconstexpr |
◆ DEFAULT_STORE_RECENT_HEADERS_TIME
| constexpr bool DEFAULT_STORE_RECENT_HEADERS_TIME {false} |
|
staticconstexpr |