MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / getTxsMissing

Method getTxsMissing

src/thinblock.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected