aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
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 95fd56879f..0a91cf31c7 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -567,6 +567,7 @@ public:
using Options = kernel::MemPoolOptions;
const int64_t m_max_size_bytes;
+ const std::chrono::seconds m_expiry;
/** Create a new CTxMemPool.
* Sanity checks will be off by default for performance, because otherwise