diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-02-01 19:30:37 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-02-01 19:31:36 +0000 |
commit | 4ad418bc9b056c22a23ed8f35f96190d7a4eb055 (patch) | |
tree | 0f3c95345d135b3485d735626e5a881515ad4c9f /src/main.h | |
parent | b2287a7e01d9ac803132d777df424115b9a66243 (diff) |
Rename replacebyfee=opt-in to mempoolreplacement=fee
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 1618194c2a..17ac550cf7 100644 --- a/src/main.h +++ b/src/main.h @@ -106,7 +106,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.*/ |