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

Method readBlockFromDisk

src/blocksender.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool BlockSender::readBlockFromDisk(CBlock& block, const CBlockIndex* pindex) {
212 return ::ReadBlockFromDisk(block, pindex);
213}

Callers

nothing calls this directly

Calls 1

ReadBlockFromDiskFunction · 0.85

Tested by

no test coverage detected