aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authoramadeuszpawlik <apawlik@protonmail.com>2021-05-18 17:42:44 +0200
committerapawlik <amadeusz.pawlik@getinge.com>2021-05-19 16:55:03 +0200
commitc0385f10a133d5d8a4c296e7b7a6d75c9c4eec12 (patch)
tree949a19803f1c4e6d0ec12f80b0b4bfb3cda7691b /src/validation.h
parent39d597d362a2a06d276dd55a152c729c01c1e661 (diff)
downloadbitcoin-c0385f10a133d5d8a4c296e7b7a6d75c9c4eec12.tar.xz
Remove -feefilter option
Feefilter option is debug only and it isn't used in any tests, it's wasteful to check this option for every peer on every iteration of the message handler loop. refs #21545
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/validation.h b/src/validation.h
index 1b50644185..adc3d282b6 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -82,8 +82,6 @@ static constexpr bool DEFAULT_COINSTATSINDEX{false};
static const char* const DEFAULT_BLOCKFILTERINDEX = "0";
/** Default for -persistmempool */
static const bool DEFAULT_PERSIST_MEMPOOL = true;
-/** Default for using fee filter */
-static const bool DEFAULT_FEEFILTER = true;
/** Default for -stopatheight */
static const int DEFAULT_STOPATHEIGHT = 0;
/** Block files containing a block-height within MIN_BLOCKS_TO_KEEP of ::ChainActive().Tip() will not be pruned. */