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

Function isActivating

src/test/utilfork_tests.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40bool isActivating(const CBlockIndex& b) {
41 return IsUAHFActivatingBlock(b.GetMedianTimePast(), b.pprev);
42}
43
44} // ns anon
45

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

IsUAHFActivatingBlockFunction · 0.85
GetMedianTimePastMethod · 0.80

Tested by

no test coverage detected