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

Method stopAllWork

src/thinblock.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void ThinBlockWorker::stopAllWork() {
159 for (auto b : blocks)
160 stopWork(b);
161}
162
163void ThinBlockWorker::addWork(const uint256& newblock) {
164 assert(!newblock.IsNull());

Callers 2

unexpectedThinErrorFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36