| 4945 | } |
| 4946 | |
| 4947 | int VersionBitsTipStateSinceHeight(const Consensus::Params& params, Consensus::DeploymentPos pos) |
| 4948 | { |
| 4949 | LOCK(cs_main); |
| 4950 | return VersionBitsStateSinceHeight(chainActive.Tip(), params, pos, versionbitscache); |
| 4951 | } |
| 4952 | |
| 4953 | static const uint64_t MEMPOOL_DUMP_VERSION = 1; |
| 4954 |
no test coverage detected