MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetBlockTimeMax

Method GetBlockTimeMax

src/chain.h:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 int64_t GetBlockTimeMax() const
227 {
228 return (int64_t)nTimeMax;
229 }
230
231 static constexpr int nMedianTimeSpan = 11;
232

Callers 5

FindEarliestAtLeastMethod · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
FUZZ_TARGETFunction · 0.80
MakeBlockInfoFunction · 0.80
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.80

Calls

no outgoing calls

Tested by 2

BOOST_FIXTURE_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64