| 2666 | }; |
| 2667 | |
| 2668 | ThresholdState VersionBitsTipState(const Consensus::Params& params, Consensus::DeploymentPos pos) |
| 2669 | { |
| 2670 | LOCK(cs_main); |
| 2671 | return VersionBitsState(chainActive.Tip(), params, pos, versionbitscache); |
| 2672 | } |
| 2673 | |
| 2674 | // Protected by cs_main |
| 2675 | static ThresholdConditionCache warningcache[VERSIONBITS_NUM_BITS]; |
no test coverage detected