mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 21:22:47 +01:00
mempool: persist with XOR
This commit is contained in:
@@ -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}
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user