| 4939 | } |
| 4940 | |
| 4941 | BIP9Stats VersionBitsTipStatistics(const Consensus::Params& params, Consensus::DeploymentPos pos) |
| 4942 | { |
| 4943 | LOCK(cs_main); |
| 4944 | return VersionBitsStatistics(chainActive.Tip(), params, pos); |
| 4945 | } |
| 4946 | |
| 4947 | int VersionBitsTipStateSinceHeight(const Consensus::Params& params, Consensus::DeploymentPos pos) |
| 4948 | { |
no test coverage detected