| 5354 | } |
| 5355 | |
| 5356 | boost::filesystem::path GetBlockPosFilename(const CDiskBlockPos& pos, const char* prefix) |
| 5357 | { |
| 5358 | return GetDataDir() / "blocks" / strprintf("%s%05u.dat", prefix, pos.nFile); |
| 5359 | } |
| 5360 | |
| 5361 | CBlockIndex* InsertBlockIndex(uint256 hash) |
| 5362 | { |
no outgoing calls
no test coverage detected