aboutsummaryrefslogtreecommitdiff
path: root/src/policy
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/policy
parentda8d304960d0e1368e5a08a4107537cab6bea52f (diff)
downloadbitcoin-05fc5fdc134cdf466b8cce757088b9a550bf0c30.tar.xz
refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h
Diffstat (limited to 'src/policy')
-rw-r--r--src/policy/policy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/policy/policy.h b/src/policy/policy.h
index 0f199f928f..213fd55745 100644
--- a/src/policy/policy.h
+++ b/src/policy/policy.h
@@ -59,6 +59,8 @@ static const unsigned int DUST_RELAY_TX_FEE = 3000;
static const unsigned int DEFAULT_MIN_RELAY_TX_FEE = 1000;
/** Default for -limitancestorcount, max number of in-mempool ancestors */
static constexpr unsigned int DEFAULT_ANCESTOR_LIMIT{25};
+/** Default for -limitancestorsize, maximum kilobytes of tx + all in-mempool ancestors */
+static constexpr unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT{101};
/**
* Standard script verification flags that standard transactions will comply
* with. However scripts violating these flags may still be present in valid