| 1392 | |
| 1393 | template<typename DEP> |
| 1394 | bool DeploymentActiveAt(const CBlockIndex& index, const ChainstateManager& chainman, DEP dep) |
| 1395 | { |
| 1396 | return DeploymentActiveAt(index, chainman.GetConsensus(), dep, chainman.m_versionbitscache); |
| 1397 | } |
| 1398 | |
| 1399 | template<typename DEP> |
| 1400 | bool DeploymentEnabled(const ChainstateManager& chainman, DEP dep) |
no outgoing calls
no test coverage detected