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

Method buildStub

src/thinblock.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void 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
137bool ThinBlockWorker::isStubBuilt(const uint256& block) const {
138 return mg.isStubBuilt(block);

Callers 2

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

Calls 2

GetHashMethod · 0.45
headerMethod · 0.45

Tested by

no test coverage detected