aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-03 11:48:34 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-09 19:44:50 +0100
commitfa6b053b5c964fb35935fa994cb782c0731a56f8 (patch)
treec9ba4d5a3b2771f596bb838d55c0e8e78699b454 /src/txmempool.cpp
parentb3898e946cf81e2e7b573e1c5204bd29af2feecd (diff)
downloadbitcoin-fa6b053b5c964fb35935fa994cb782c0731a56f8.tar.xz
mempool: persist with XOR
Diffstat (limited to 'src/txmempool.cpp')
-rw-r--r--src/txmempool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp
index 461662ad93..90a3a040d0 100644
--- a/src/txmempool.cpp
+++ b/src/txmempool.cpp
@@ -412,6 +412,7 @@ CTxMemPool::CTxMemPool(const Options& opts)
m_max_datacarrier_bytes{opts.max_datacarrier_bytes},
m_require_standard{opts.require_standard},
m_full_rbf{opts.full_rbf},
+ m_persist_v1_dat{opts.persist_v1_dat},
m_limits{opts.limits}
{
}