Changeset View
Changeset View
Standalone View
Standalone View
src/validation.h
| Show First 20 Lines • Show All 167 Lines • ▼ Show 20 Lines | |||||
| static const int64_t MAX_FEE_ESTIMATION_TIP_AGE = 3 * 60 * 60; | static const int64_t MAX_FEE_ESTIMATION_TIP_AGE = 3 * 60 * 60; | ||||
| /** Default for -permitbaremultisig */ | /** Default for -permitbaremultisig */ | ||||
| static const bool DEFAULT_PERMIT_BAREMULTISIG = true; | static const bool DEFAULT_PERMIT_BAREMULTISIG = true; | ||||
| static const bool DEFAULT_CHECKPOINTS_ENABLED = true; | static const bool DEFAULT_CHECKPOINTS_ENABLED = true; | ||||
| static const bool DEFAULT_TXINDEX = false; | static const bool DEFAULT_TXINDEX = false; | ||||
| static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100; | static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100; | ||||
| /** Default for -persistmempool */ | |||||
| static const bool DEFAULT_PERSIST_MEMPOOL = true; | |||||
| /** Default for using fee filter */ | /** Default for using fee filter */ | ||||
| static const bool DEFAULT_FEEFILTER = true; | static const bool DEFAULT_FEEFILTER = true; | ||||
| /** | /** | ||||
| * Maximum number of headers to announce when relaying blocks with headers | * Maximum number of headers to announce when relaying blocks with headers | ||||
| * message. | * message. | ||||
| */ | */ | ||||
| static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8; | static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8; | ||||
| ▲ Show 20 Lines • Show All 582 Lines • Show Last 20 Lines | |||||