aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-20 15:59:03 +0200
committerMacroFake <falke.marco@gmail.com>2022-08-02 15:23:24 +0200
commitfa148602e67fe035b1b21eff6c0b656919ac2d45 (patch)
tree603358f5030d2335df4b0df648fbcae2aa5353c2 /src/txmempool.h
parentfa468bdfb62dec286cb977db78d3e47b64dafeba (diff)
downloadbitcoin-fa148602e67fe035b1b21eff6c0b656919ac2d45.tar.xz
Remove ::fRequireStandard global
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index d7d308038c..6d04a4a6eb 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -568,6 +568,7 @@ public:
const int64_t m_max_size_bytes;
const std::chrono::seconds m_expiry;
+ const bool m_require_standard;
const bool m_full_rbf;
using Limits = kernel::MemPoolLimits;