| 1386 | /** Deployment* info via ChainstateManager */ |
| 1387 | template<typename DEP> |
| 1388 | bool DeploymentActiveAfter(const CBlockIndex* pindexPrev, const ChainstateManager& chainman, DEP dep) |
| 1389 | { |
| 1390 | return DeploymentActiveAfter(pindexPrev, chainman.GetConsensus(), dep, chainman.m_versionbitscache); |
| 1391 | } |
| 1392 | |
| 1393 | template<typename DEP> |
| 1394 | bool DeploymentActiveAt(const CBlockIndex& index, const ChainstateManager& chainman, DEP dep) |
no outgoing calls
no test coverage detected