| 597 | } |
| 598 | |
| 599 | void CTxMemPool::clear() |
| 600 | { |
| 601 | LOCK(cs); |
| 602 | _clear(); |
| 603 | } |
| 604 | |
| 605 | static void CheckInputsAndUpdateCoins(const CTransaction& tx, CCoinsViewCache& mempoolDuplicate, const int64_t spendheight) |
| 606 | { |
no outgoing calls
no test coverage detected