From fa6b053b5c964fb35935fa994cb782c0731a56f8 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 3 Aug 2023 11:48:34 +0200 Subject: mempool: persist with XOR --- src/txmempool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/txmempool.h') diff --git a/src/txmempool.h b/src/txmempool.h index cbeabb31fa..a86b5a37e0 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -446,6 +446,7 @@ public: const std::optional m_max_datacarrier_bytes; const bool m_require_standard; const bool m_full_rbf; + const bool m_persist_v1_dat; const Limits m_limits; -- cgit v1.2.3