| 143 | } |
| 144 | |
| 145 | std::vector<std::pair<int, ThinTx> > ThinBlockWorker::getTxsMissing(const uint256& block) const { |
| 146 | return mg.getTxsMissing(block); |
| 147 | } |
| 148 | |
| 149 | void ThinBlockWorker::stopWork(const uint256& block) { |
| 150 | if (!isWorkingOn(block)) |
no outgoing calls
no test coverage detected