| 960 | } |
| 961 | |
| 962 | void CTxMemPool::SetLoadTried(bool load_tried) |
| 963 | { |
| 964 | LOCK(cs); |
| 965 | m_load_tried = load_tried; |
| 966 | } |
| 967 | |
| 968 | std::vector<CTxMemPool::txiter> CTxMemPool::GatherClusters(const std::vector<Txid>& txids) const |
| 969 | { |
no outgoing calls
no test coverage detected