|
|
@ -130,7 +130,7 @@ static const int64_t BLOCK_DOWNLOAD_TIMEOUT_PER_PEER = 500000; |
|
|
|
static const unsigned int DEFAULT_LIMITFREERELAY = 0; |
|
|
|
static const unsigned int DEFAULT_LIMITFREERELAY = 0; |
|
|
|
static const bool DEFAULT_RELAYPRIORITY = true; |
|
|
|
static const bool DEFAULT_RELAYPRIORITY = true; |
|
|
|
static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60; |
|
|
|
static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60; |
|
|
|
/** Maximum age of our tip for us to be considered current for fee estimation */ |
|
|
|
/** Maximum age of our tip in seconds for us to be considered current for fee estimation */ |
|
|
|
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 */ |
|
|
|