aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 19:30:37 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 19:30:37 +0000
commitb922fbe063b46862aae6efb35074d1e010fe7006 (patch)
tree7490d30bc59aa0fc1c1f6bdaf572fa81a96002ae /src/main.h
parent3b66e54457cdfe1f5ffda016d42c23fe848d539c (diff)
downloadbitcoin-b922fbe063b46862aae6efb35074d1e010fe7006.tar.xz
Rename replacebyfee=opt-in to mempoolreplacement=fee
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index ec426003a1..0bbec1e8ce 100644
--- a/src/main.h
+++ b/src/main.h
@@ -107,7 +107,7 @@ static const bool DEFAULT_TXINDEX = false;
static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100;
static const bool DEFAULT_TESTSAFEMODE = false;
-/** Default for -replacebyfee */
+/** Default for -mempoolreplacement */
static const bool DEFAULT_ENABLE_REPLACEMENT = true;
/** Maximum number of headers to announce when relaying blocks with headers message.*/