mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge a7f3479ba3 into merged_master (Bitcoin PR bitcoin/bitcoin#25353)
This commit is contained in:
commit
dbab4c012c
10 changed files with 55 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue