| 389 | } |
| 390 | |
| 391 | void CTxMemPool::AddTransactionsUpdated(unsigned int n) |
| 392 | { |
| 393 | LOCK(cs); |
| 394 | nTransactionsUpdated += n; |
| 395 | } |
| 396 | |
| 397 | bool CTxMemPool::addUnchecked(const uint256& hash, const CTxMemPoolEntry &entry, setEntries &setAncestors, bool fCurrentEstimate) |
| 398 | { |