| 182 | VersionBitsTester& TestActiveDelayed() { return TestState(ThresholdState::ACTIVE, ThresholdState::LOCKED_IN); } |
| 183 | |
| 184 | CBlockIndex* Tip() { return vpblock.empty() ? nullptr : vpblock.back(); } |
| 185 | }; |
| 186 | |
| 187 | BOOST_FIXTURE_TEST_SUITE(versionbits_tests, TestingSetup) |
no test coverage detected