| 4058 | } |
| 4059 | |
| 4060 | fs::path GetBlockPosFilename(const CDiskBlockPos &pos, const char *prefix) |
| 4061 | { |
| 4062 | return GetBlocksDir() / strprintf("%s%05u.dat", prefix, pos.nFile); |
| 4063 | } |
| 4064 | |
| 4065 | CBlockIndex * CChainState::InsertBlockIndex(const uint256& hash) |
| 4066 | { |
no outgoing calls
no test coverage detected