mempool: persist with XOR

This commit is contained in:
MarcoFalke
2023-08-03 11:48:34 +02:00
parent b3898e946c
commit fa6b053b5c
9 changed files with 49 additions and 15 deletions

View File

@@ -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}
{
}