MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetStateFor

Method GetStateFor

src/test/versionbits_tests.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 bool Condition(const CBlockIndex* pindex, const Consensus::Params& params) const { return (pindex->nVersion & 0x100); }
31
32 ThresholdState GetStateFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateFor(pindexPrev, paramsDummy, cache); }
33};
34
35#define CHECKERS 6

Callers 1

VersionBitsTesterClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected