aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-16 09:08:56 +0100
committerfanquake <fanquake@gmail.com>2022-06-20 10:02:58 +0100
commit05fc5fdc134cdf466b8cce757088b9a550bf0c30 (patch)
treeca6e1362b9e022d0442d40cad5039b7017306367 /src/validation.h
parentda8d304960d0e1368e5a08a4107537cab6bea52f (diff)
downloadbitcoin-05fc5fdc134cdf466b8cce757088b9a550bf0c30.tar.xz
refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h
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 676997aa46..9deb4b7482 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -59,8 +59,6 @@ namespace Consensus {
struct Params;
} // namespace Consensus
-/** Default for -limitancestorsize, maximum kilobytes of tx + all in-mempool ancestors */
-static const unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT = 101;
/** Default for -limitdescendantcount, max number of in-mempool descendants */
static const unsigned int DEFAULT_DESCENDANT_LIMIT = 25;
/** Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */