| 13 | class CBlockHeader; |
| 14 | class CBlockIndex; |
| 15 | class uint256; |
| 16 | |
| 17 | unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params&); |
| 18 | unsigned int CalculateNextWorkRequired(const CBlockIndex* pindexLast, int64_t nFirstBlockTime, const Consensus::Params&); |
no outgoing calls
no test coverage detected