| 3805 | } |
| 3806 | |
| 3807 | boost::filesystem::path GetBlockPosFilename(const CDiskBlockPos &pos, const char *prefix) |
| 3808 | { |
| 3809 | return GetDataDir() / "blocks" / strprintf("%s%05u.dat", prefix, pos.nFile); |
| 3810 | } |
| 3811 | |
| 3812 | CBlockIndex * InsertBlockIndex(uint256 hash) |
| 3813 | { |
no outgoing calls
no test coverage detected