| 776 | } |
| 777 | |
| 778 | void CTxMemPool::_clear() |
| 779 | { |
| 780 | mapTx.clear(); |
| 781 | mapNextTx.clear(); |
| 782 | totalTxSize = 0; |
| 783 | m_total_fee = 0; |
| 784 | cachedInnerUsage = 0; |
| 785 | lastRollingFeeUpdate = GetTime(); |
| 786 | blockSinceLastRollingFeeBump = false; |
| 787 | rollingMinimumFeeRate = 0; |
| 788 | ++nTransactionsUpdated; |
| 789 | } |
| 790 | |
| 791 | void CTxMemPool::clear() |
| 792 | { |