Merge #7440: [0.12] Rename permitrbf to mempoolreplacement and provide minimal string-list forward compatibility
af9f564release-notes: Update for replacebyfee->mempoolreplacement rename (Luke Dashjr)4ad418bRename replacebyfee=opt-in to mempoolreplacement=fee (Luke Dashjr)b2287a7release-notes: Update for permitrbf->replacebyfee rename (Luke Dashjr)5f456a6Simplify check for replacebyfee=opt-in (Luke Dashjr)e8d19abAccept replacebyfee=opt-in for turning on opt-in RBF (Luke Dashjr)1205f87Rename permitrbf to replacebyfee (Luke Dashjr)
This commit is contained in:
@@ -108,8 +108,8 @@ static const bool DEFAULT_TXINDEX = false;
|
||||
static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100;
|
||||
|
||||
static const bool DEFAULT_TESTSAFEMODE = false;
|
||||
/** Default for -permitrbf */
|
||||
static const bool DEFAULT_PERMIT_REPLACEMENT = true;
|
||||
/** Default for -mempoolreplacement */
|
||||
static const bool DEFAULT_ENABLE_REPLACEMENT = true;
|
||||
|
||||
/** Maximum number of headers to announce when relaying blocks with headers message.*/
|
||||
static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8;
|
||||
@@ -141,7 +141,7 @@ extern bool fCheckpointsEnabled;
|
||||
extern size_t nCoinCacheUsage;
|
||||
extern CFeeRate minRelayTxFee;
|
||||
extern bool fAlerts;
|
||||
extern bool fPermitReplacement;
|
||||
extern bool fEnableReplacement;
|
||||
|
||||
/** Best header we've seen so far (used for getheaders queries' starting points). */
|
||||
extern CBlockIndex *pindexBestHeader;
|
||||
|
||||
Reference in New Issue
Block a user