| 31 | ThresholdState StateFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateFor(pindexPrev, cache); } |
| 32 | int StateSinceHeightFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateSinceHeightFor(pindexPrev, cache); } |
| 33 | void clear() { cache.clear(); } |
| 34 | }; |
| 35 | |
| 36 | namespace { |