| 350 | } |
| 351 | |
| 352 | void CTxMemPool::AddTransactionsUpdated(unsigned int n) |
| 353 | { |
| 354 | LOCK(cs); |
| 355 | nTransactionsUpdated += n; |
| 356 | } |
| 357 | |
| 358 | void CTxMemPool::addUnchecked(const uint256& hash, const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate) |
| 359 | { |