Merge a7f3479ba3 into merged_master (Bitcoin PR bitcoin/bitcoin#25353)

This commit is contained in:
James Dorfman 2024-10-13 17:46:33 +00:00
commit dbab4c012c
10 changed files with 55 additions and 2 deletions

View file

@ -482,6 +482,7 @@ CTxMemPool::CTxMemPool(const Options& opts)
minerPolicyEstimator{opts.estimator},
m_max_size_bytes{opts.max_size_bytes},
m_expiry{opts.expiry},
m_full_rbf{opts.full_rbf},
m_limits{opts.limits}
{
_clear(); //lock free clear