| 130 | } |
| 131 | |
| 132 | void ThinBlockWorker::buildStub(const StubData& d, const TxFinder& f, CNode& from) { |
| 133 | assert(isWorkingOn(d.header().GetHash())); |
| 134 | return mg.buildStub(d, f, *this, from); |
| 135 | } |
| 136 | |
| 137 | bool ThinBlockWorker::isStubBuilt(const uint256& block) const { |
| 138 | return mg.isStubBuilt(block); |
no test coverage detected